Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:cameraLUT

44     const SceneModesEntry* cameraLUT = NULL;
51 cameraLUT = CameraToSensorModesLUT[i].Table;
58 if (!cameraLUT) {
63 if(cameraLUT[i].scene == scene) {
64 entry = cameraLUT + i;