Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h121 bool isInstantCaptureEnabled();
DQCameraParametersIntf.cpp352 bool QCameraParametersIntf::isInstantCaptureEnabled() in isInstantCaptureEnabled() function in qcamera::QCameraParametersIntf
356 return mImpl->isInstantCaptureEnabled(); in isInstantCaptureEnabled()
DQCameraParameters.h682 bool isInstantCaptureEnabled() {return m_bInstantCapture;}; in isInstantCaptureEnabled() function
DQCamera2HWICallbacks.cpp812 pme->mParameters.isInstantCaptureEnabled()) { in preview_stream_cb_routine()
DQCamera2HWI.cpp5985 } else if ((mParameters.isInstantCaptureEnabled()) && in processAEInfo()
7034 mParameters.isInstantCaptureEnabled() ? (uint8_t)mParameters.getAecFrameBoundValue() : 0; in addZSLChannel()