Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h930 int32_t setAutoExposure(const QCameraParameters& );
1004 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp2219 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters
2226 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