Searched defs:expCompensation (Results 1 - 3 of 3) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2657 int32_t expCompensation = frame_settings.find( local
2659 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min)
2660 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min;
2661 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max)
2662 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max;
2664 sizeof(expCompensation), &expCompensation);
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2775 int32_t *expCompensation = local
2778 expCompensation, 1);
5093 int32_t expCompensation = frame_settings.find( local
5095 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min)
5096 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min;
5097 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max)
5098 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max;
5100 sizeof(expCompensation), &expCompensation);
5104 int32_t expCompensation local
[all...]
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2758 int32_t *expCompensation = local
2761 expCompensation, 1);
5948 int32_t expCompensation = frame_settings.find( local
5950 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min)
5951 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min;
5952 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max)
5953 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max;
5955 sizeof(expCompensation), &expCompensation);

Completed in 28 milliseconds