Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.h632 int32_t setAutoExposure(const QCameraParameters& );
689 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp1660 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters
1667 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
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.h792 int32_t setAutoExposure(const QCameraParameters& );
858 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp1887 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters
1894 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
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.h792 int32_t setAutoExposure(const QCameraParameters& );
858 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp1887 int32_t QCameraParameters::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in qcamera::QCameraParameters
1894 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
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h603 status_t setAutoExposure(const QCameraParameters& params);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h662 status_t setAutoExposure(const QCameraParameters& params);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1457 if ((rc = setAutoExposure(params))) final_rc = rc; in setParameters()
2226 status_t QCameraHardwareInterface::setAutoExposure(const QCameraParameters& params) in setAutoExposure() function in android::QCameraHardwareInterface