Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h918 CAM_LOW_LIGHT_OFF = 0, enumerator
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp3881 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in unconfigureAdvancedCapture()
3973 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in configureAdvancedCapture()
4253 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in stopAdvancedCapture()
4299 || (mParameters.getLowLightLevel() != CAM_LOW_LIGHT_OFF) in startAdvancedCapture()
DQCameraParameters.cpp966 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
1095 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
7625 || (getLowLightLevel() != CAM_LOW_LIGHT_OFF)) { in resetFrameCapture()
14008 m_LowLightLevel = CAM_LOW_LIGHT_OFF; in setLowLightCapture()