Home
last modified time | relevance | path

Searched refs:getLowLightLevel (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h283 cam_low_light_mode_t getLowLightLevel();
DQCameraParametersIntf.cpp1326 cam_low_light_mode_t QCameraParametersIntf::getLowLightLevel() in getLowLightLevel() function in qcamera::QCameraParametersIntf
1329 return mImpl->getLowLightLevel(); in getLowLightLevel()
DQCameraParameters.h867 cam_low_light_mode_t getLowLightLevel() {return m_LowLightLevel;}; in getLowLightLevel() function
DQCamera2HWI.cpp4467 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in configureAdvancedCapture()
4470 if (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) { in configureAdvancedCapture()