Searched refs:expCompensation (Results 1 – 3 of 3) sorted by relevance
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4358 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata() 4359 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata() 8203 int32_t expCompensation = frame_settings.find( in translateToHalMetadata() local 8205 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateToHalMetadata() 8206 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min; in translateToHalMetadata() 8207 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata() 8208 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata() 8210 expCompensation)) { in translateToHalMetadata()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4361 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata() 4362 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata() 8206 int32_t expCompensation = frame_settings.find( in translateToHalMetadata() local 8208 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateToHalMetadata() 8209 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min; in translateToHalMetadata() 8210 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata() 8211 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata() 8213 expCompensation)) { in translateToHalMetadata()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 5375 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata() 5376 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata() 9451 int32_t expCompensation = frame_settings.find( in translateToHalMetadata() local 9453 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateToHalMetadata() 9454 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min; in translateToHalMetadata() 9455 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata() 9456 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata() 9458 expCompensation)) { in translateToHalMetadata()
|