Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h269 bool getLowLightCapture();
DQCameraParametersIntf.cpp1266 bool QCameraParametersIntf::getLowLightCapture() in getLowLightCapture() function in qcamera::QCameraParametersIntf
1270 return mImpl->getLowLightCapture(); in getLowLightCapture()
DQCameraParameters.h840 bool getLowLightCapture() { return m_LLCaptureEnabled; }; in getLowLightCapture() function
DQCamera2HWICallbacks.cpp2432 if (pme->mParameters.getLowLightCapture()) { in metadata_stream_cb_routine()