Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:cameraLUT

39     const SceneModesEntry* cameraLUT = NULL;
46 cameraLUT = CameraToSensorModesLUT[i].Table;
53 if (!cameraLUT) {
58 if(cameraLUT[i].scene == scene) {
59 entry = cameraLUT + i;