Lines Matching full:exposure
113 if ( mParameters3A.Exposure != mode ) {
114 // If either the new or the old exposure mode is manual set also
116 // the auto gain and exposure flags are configured
117 if ( mParameters3A.Exposure == OMX_ExposureControlOff ||
121 mParameters3A.Exposure = mode;
122 CAMHAL_LOGDB("Exposure mode %d", mode);
123 if ( 0 <= mParameters3A.Exposure ) {
131 CAMHAL_LOGDB("Manual Exposure = %d", mode);
137 CAMHAL_LOGDB("Manual Exposure right = %d", mode);
307 CAMHAL_LOGVA("Locking Exposure");
313 CAMHAL_LOGVA("UnLocking Exposure");
568 exp.eExposureControl = (OMX_EXPOSURECONTROLTYPE)Gen3A.Exposure;
575 CAMHAL_LOGEB("Error while configuring exposure mode 0x%x", eError);
579 CAMHAL_LOGDA("Camera exposure mode configured successfully");
635 CAMHAL_LOGEB("OMX_GetConfig error 0x%x (manual exposure values)", eError);
639 if ( Gen3A.Exposure != OMX_ExposureControlOff ) {
665 CAMHAL_LOGEB("Error 0x%x while configuring manual exposure values", eError);
667 CAMHAL_LOGDA("Camera manual exposure values configured successfully");
1377 // In case of manual exposure Gain is applied from setManualExposureVal
1378 if ( Gen3A.Exposure == OMX_ExposureControlOff ) {
1398 CAMHAL_LOGEB("OMX_GetConfig error 0x%x (manual exposure values)", eError);
1554 CAMHAL_LOGEB("Error while configuring Exposure Lock error = 0x%x", eError);
1558 CAMHAL_LOGDB("Exposure Lock configured successfully %d ", lock.bLock);
1622 CAMHAL_LOGEB("Error GetConfig Exposure Lock error = 0x%x", eError);
1627 CAMHAL_LOGDA("Exposure Lock GetConfig successfull");