Home
last modified time | relevance | path

Searched refs:expCompensation (Results 1 – 1 of 1) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2655 int32_t expCompensation = frame_settings.find( in translateMetadataToParameters() local
2657 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateMetadataToParameters()
2658 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min; in translateMetadataToParameters()
2659 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateMetadataToParameters()
2660 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateMetadataToParameters()
2662 sizeof(expCompensation), &expCompensation); in translateMetadataToParameters()