Home
last modified time | relevance | path

Searched refs:isAutoHDREnabled (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h163 bool isAutoHDREnabled();
DQCameraParametersIntf.cpp580 bool QCameraParametersIntf::isAutoHDREnabled() in isAutoHDREnabled() function in qcamera::QCameraParametersIntf
584 return mImpl->isAutoHDREnabled(); in isAutoHDREnabled()
DQCameraParameters.h731 bool isAutoHDREnabled();
DQCameraParameters.cpp3425 bool QCameraParameters::isAutoHDREnabled() in isAutoHDREnabled() function in qcamera::QCameraParameters
15091 snprintf(s, 128, "isAutoHDREnabled: %d\n", isAutoHDREnabled()); in dump()
DQCamera2HWI.cpp6907 mParameters.isAutoHDREnabled()) { in processHDRData()