Searched refs:setAutoExposure (Results 1 – 2 of 2) sorted by relevance
930 int32_t setAutoExposure(const QCameraParameters& );1004 int32_t setAutoExposure(const char *autoExp);
2219 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters2226 return setAutoExposure(str); in setAutoExposure()5279 if ((rc = setAutoExposure(params))) final_rc = rc; in updateParameters()5701 setAutoExposure(AUTO_EXPOSURE_FRAME_AVG); in initDefaultParameters()6737 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() function in qcamera::QCameraParameters