Home
last modified time | relevance | path

Searched refs:isRegularCapture (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h373 bool isRegularCapture();
DQCameraPostProc.cpp967 && (m_parent->isRegularCapture())) { in processData()
3141 if ((m_parent->isRegularCapture()) || (ppreq_job->offline_buffer)) { in doReprocess()
3252 if (m_parent->isRegularCapture()) { in stopCapture()
DQCamera2HWI.cpp7823 bool offlineReproc = isRegularCapture(); in addReprocChannel()
10210 bool QCamera2HardwareInterface::isRegularCapture() in isRegularCapture() function in qcamera::QCamera2HardwareInterface