Searched refs:m_inputPPQ (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.h152 QCameraQueue m_inputPPQ; // input queue for postproc member in class:qcamera::QCameraPostProcessor
H A DQCameraPostProc.cpp60 m_inputPPQ(releasePPInputData, this),
472 m_inputPPQ.enqueue((void *)frame);
1293 pme->m_inputPPQ.flush();
1346 (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue();
1398 super_buf = (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue();
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h147 QCameraQueue m_inputPPQ; // input queue for postproc member in class:qcamera::QCamera3PostProcessor
H A DQCamera3PostProc.cpp62 m_inputPPQ(releasePPInputData, this),
373 m_inputPPQ.enqueue((void *)aux_frame);
422 m_inputPPQ.enqueue((void *)frame);
468 if (!(m_inputPPQ.isEmpty())) {
1082 pme->m_inputPPQ.flush();
1122 (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue();
1177 super_buf = (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue();

Completed in 4363 milliseconds