Searched refs:mExposureCompensation (Results 1 – 3 of 3) sorted by relevance
304 mExposureCompensation)); in changeExposure()519 float mExposureCompensation; variable
41 mExposureCompensation(1.0f), in EmulatedCameraDevice()121 mExposureCompensation = std::pow(2.0f, ev / GAMMA_CORRECTION); in setExposureCompensation()122 ALOGV("New exposure compensation is %f", mExposureCompensation); in setExposureCompensation()
251 mExposureCompensation); in inWorkerThread()