Home
last modified time | relevance | path

Searched refs:CAM_LOW_LIGHT_OFF (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1078 CAM_LOW_LIGHT_OFF = 0, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp992 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
1132 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
15326 m_LowLightLevel = CAM_LOW_LIGHT_OFF; in setLowLightCapture()
DQCamera2HWI.cpp4467 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in configureAdvancedCapture()
4470 if (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) { in configureAdvancedCapture()