Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h839 { m_LowLightLevel = value; }; in setLowLightLevel()
840 cam_low_light_mode_t getLowLightLevel() {return m_LowLightLevel;}; in getLowLightLevel()
1200 cam_low_light_mode_t m_LowLightLevel; variable
DQCameraParameters.cpp966 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
1095 m_LowLightLevel(CAM_LOW_LIGHT_OFF), in QCameraParameters()
7544 m_bOptiZoomOn || m_bReFocusOn || m_LowLightLevel in configFrameCapture()
7559 } else if (m_LowLightLevel) { in configFrameCapture()
9616 m_bOptiZoomOn || m_bReFocusOn || m_LowLightLevel) { in updateFlash()
14008 m_LowLightLevel = CAM_LOW_LIGHT_OFF; in setLowLightCapture()