Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h129 bool isInstantCaptureEnabled();
DQCameraParametersIntf.cpp369 bool QCameraParametersIntf::isInstantCaptureEnabled() in isInstantCaptureEnabled() function in qcamera::QCameraParametersIntf
373 return mImpl->isInstantCaptureEnabled(); in isInstantCaptureEnabled()
DQCameraParameters.h698 bool isInstantCaptureEnabled() {return m_bInstantCapture;}; in isInstantCaptureEnabled() function
DQCamera2HWICallbacks.cpp831 pme->mParameters.isInstantCaptureEnabled()) { in preview_stream_cb_routine()