Home
last modified time | relevance | path

Searched refs:m_bInstantCapture (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h698 bool isInstantCaptureEnabled() {return m_bInstantCapture;}; in isInstantCaptureEnabled()
1288 bool m_bInstantCapture; variable
DQCameraParameters.cpp999 m_bInstantCapture(false), in QCameraParameters()
1139 m_bInstantCapture(false), in QCameraParameters()
8329 m_bInstantCapture = (value > 0)? true : false; in setInstantCapture()
8341 if (m_bInstantCapture) { in setInstantCapture()
8375 if (!m_bInstantCapture) { in setInstantAEC()