Home
last modified time | relevance | path

Searched refs:getLowLightCapture (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h284 bool getLowLightCapture();
DQCameraParametersIntf.cpp1332 bool QCameraParametersIntf::getLowLightCapture() in getLowLightCapture() function in qcamera::QCameraParametersIntf
1336 return mImpl->getLowLightCapture(); in getLowLightCapture()
DQCameraParameters.h868 bool getLowLightCapture() { return m_LLCaptureEnabled; }; in getLowLightCapture() function
DQCamera2HWICallbacks.cpp2564 if (pme->mParameters.getLowLightCapture()) { in metadata_stream_cb_routine()