Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraHALPP.cpp54 m_outgoingQ(releaseOngoingDataCb, this), in QCameraHALPP()
171 m_outgoingQ.flush(); in flushQ()
188 m_outgoingQ.init(); in initQ()
DQCameraHALPP.h88 QCameraQueue m_outgoingQ; variable
DQCameraDualFOVPP.cpp317 if (false == m_outgoingQ.enqueue((void *)pOutputData)) { in feedOutput()
390 (qcamera_hal_pp_data_t*)m_outgoingQ.dequeue(); in process()
595 if(!m_iuputQ.isEmpty() && !m_outgoingQ.isEmpty()) { in canProcess()