Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:expVal

611     OMX_CONFIG_EXPOSUREVALUETYPE expVal;
621 OMX_INIT_STRUCT_PTR (&expVal, OMX_CONFIG_EXPOSUREVALUETYPE);
623 expVal.nPortIndex = OMX_ALL;
628 &expVal);
640 expVal.bAutoShutterSpeed = OMX_TRUE;
641 expVal.bAutoSensitivity = OMX_TRUE;
643 expVal.bAutoShutterSpeed = OMX_FALSE;
644 expVal.nShutterSpeedMsec = Gen3A.ManualExposure;
647 expVal.bAutoSensitivity = OMX_TRUE;
649 expVal.bAutoSensitivity = OMX_FALSE;
650 expVal.nSensitivity = Gen3A.ManualGain;
657 &expVal);