Searched refs:setAutoExposure (Results 1 – 9 of 9) sorted by relevance
632 int32_t setAutoExposure(const QCameraParameters& );689 int32_t setAutoExposure(const char *autoExp);
1660 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters1667 return setAutoExposure(str); in setAutoExposure()3830 if ((rc = setAutoExposure(params))) final_rc = rc; in updateParameters()4186 setAutoExposure(AUTO_EXPOSURE_FRAME_AVG); in initDefaultParameters()4821 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() function in qcamera::QCameraParameters
792 int32_t setAutoExposure(const QCameraParameters& );858 int32_t setAutoExposure(const char *autoExp);
1887 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters1894 return setAutoExposure(str); in setAutoExposure()4508 if ((rc = setAutoExposure(params))) final_rc = rc; in updateParameters()4915 setAutoExposure(AUTO_EXPOSURE_FRAME_AVG); in initDefaultParameters()5727 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() function in qcamera::QCameraParameters
603 status_t setAutoExposure(const QCameraParameters& params);
662 status_t setAutoExposure(const QCameraParameters& params);
1457 if ((rc = setAutoExposure(params))) final_rc = rc; in setParameters()2226 status_t QCameraHardwareInterface::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in android::QCameraHardwareInterface