Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:scene

43                                                                   OMX_SCENEMODETYPE scene) {
48 // 1. Find camera's scene mode LUT
57 // 2. Find scene mode entry in table
63 if(cameraLUT[i].scene == scene) {
96 // if setting preset scene mode, previewing, and not in the middle of capture
97 // set preset scene mode immediately instead of in next FBD
101 // re-apply EV compensation after setting scene mode since it probably reset it
725 OMX_CONFIG_SCENEMODETYPE scene;
735 OMX_INIT_STRUCT_PTR (&scene, OMX_CONFIG_SCENEMODETYPE);
736 scene.nPortIndex = OMX_ALL;
737 scene.eSceneMode = ( OMX_SCENEMODETYPE ) Gen3A.SceneMode;
739 CAMHAL_LOGDB("Configuring scene mode 0x%x", scene.eSceneMode);
742 &scene);
745 CAMHAL_LOGEB("Error while configuring scene mode 0x%x", eError);
747 CAMHAL_LOGDA("Camera scene configured successfully");
749 // Get preset scene mode feedback
1606 * the manual a.k.a. auto scene.
1611 // re-apply EV compensation after setting scene mode since it probably reset it
1617 // only certain settings are allowed when scene mode is set