Searched refs:CAMERA_OUTPUT_YUV (Results 1 – 3 of 3) sorted by relevance
37 CAMERA_OUTPUT_YUV, enumerator259 return CAMERA_OUTPUT_YUV; in CAMERA_GetOutputFormat()
238 case CAMERA_OUTPUT_YUV: in CAMERA_SetOutputFormatCore()259 return (reg_CAM_CNT & REG_CAM_CNT_F_MASK) ? CAMERA_OUTPUT_RGB : CAMERA_OUTPUT_YUV; in CAMERA_GetOutputFormatCore()
287 CAMERA_SetOutputFormat(CAMERA_OUTPUT_YUV); in InitializeCamera()