Home
last modified time | relevance | path

Searched refs:isAutoHDREnabled (Results 1 – 4 of 4) 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();
DQCamera2HWI.cpp6907 mParameters.isAutoHDREnabled()) { in processHDRData()