Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.h883 int32_t setAutoExposure(const QCameraParameters& );
954 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp2188 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters
2195 return setAutoExposure(str); in setAutoExposure()
5059 if ((rc = setAutoExposure(params))) final_rc = rc; in updateParameters()
5492 setAutoExposure(AUTO_EXPOSURE_FRAME_AVG); in initDefaultParameters()
6473 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() function in qcamera::QCameraParameters