Home
last modified time | relevance | path

Searched refs:isInstantCaptureEnabled (Results 1 – 5 of 5) 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()
DQCamera2HWI.cpp6620 } else if ((mParameters.isInstantCaptureEnabled()) && in processAEInfo()
7940 mParameters.isInstantCaptureEnabled() ? (uint8_t)mParameters.getAecFrameBoundValue() : 0; in addZSLChannel()