Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h268 cam_low_light_mode_t getLowLightLevel();
DQCameraParametersIntf.cpp1260 cam_low_light_mode_t QCameraParametersIntf::getLowLightLevel() in getLowLightLevel() function in qcamera::QCameraParametersIntf
1263 return mImpl->getLowLightLevel(); in getLowLightLevel()
DQCameraParameters.h840 cam_low_light_mode_t getLowLightLevel() {return m_LowLightLevel;}; in getLowLightLevel() function
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.cpp7625 || (getLowLightLevel() != CAM_LOW_LIGHT_OFF)) { in resetFrameCapture()