Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1668 m_bIntJpegEvtPending(false), in QCamera2HardwareInterface()
5617 if (true == m_bIntJpegEvtPending || in checkIntPicPending()
5627 if (true == m_bIntJpegEvtPending) { in checkIntPicPending()
5636 if (true == m_bIntJpegEvtPending) { in checkIntPicPending()
5702 if (true == m_bIntJpegEvtPending) { in takeBackendPic_internal()
5780 if (true == m_bIntJpegEvtPending) { in clearIntPendingEvents()
5789 if (true == m_bIntJpegEvtPending) { in clearIntPendingEvents()
5790 m_bIntJpegEvtPending = false; in clearIntPendingEvents()
6471 if (false == obj->m_bIntJpegEvtPending) { in camEvtHandle()
6473 obj->m_bIntJpegEvtPending = true; in camEvtHandle()
DQCamera2HWI.h696 bool m_bIntJpegEvtPending; variable
DQCamera2HWICallbacks.cpp2737 ((true == m_bIntJpegEvtPending) && data)) { in dumpJpegToFile()
2758 if (true == m_bIntJpegEvtPending) { in dumpJpegToFile()
2773 if (false == m_bIntJpegEvtPending) { in dumpJpegToFile()
DQCameraPostProc.cpp1286 if ((false == m_parent->m_bIntJpegEvtPending) && in processJpegEvt()
1316 if(true == m_parent->m_bIntJpegEvtPending) { in processJpegEvt()