Home
last modified time | relevance | path

Searched refs:m_LowLightLevel (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h866 { m_LowLightLevel = value; }; in setLowLightLevel()
867 cam_low_light_mode_t getLowLightLevel() {return m_LowLightLevel;}; in getLowLightLevel()
1277 cam_low_light_mode_t m_LowLightLevel; variable
DQCameraParameters.cpp992 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
1132 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
7833 if (m_LowLightLevel && (value != CAM_FLASH_MODE_ON)) { in configFrameCapture()
15326 m_LowLightLevel = CAM_LOW_LIGHT_OFF; in setLowLightCapture()