Searched refs:expCompensation (Results 1 – 1 of 1) sorted by relevance
2655 int32_t expCompensation = frame_settings.find( in translateMetadataToParameters() local2657 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()