Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.cpp134 m_AuxJpegQ(releaseJpegInfo, this), in QCameraMuxer()
183 m_AuxJpegQ.flush(); in ~QCameraMuxer()
650 gMuxer->m_AuxJpegQ.flush(); in stop_preview()
1174 gMuxer->m_AuxJpegQ.init(); in take_picture()
1323 gMuxer->m_AuxJpegQ.flush(); in cancel_picture()
1566 gMuxer->m_AuxJpegQ.flush(); in send_command()
2560 !gMuxer->m_AuxJpegQ.isEmpty()) { in composeMpoRoutine()
2573 m_AuxJpegQ.dequeue(); in composeMpoRoutine()
2759 if (m_AuxJpegQ.enqueue((void *)pJpegFrame)) { in storeJpeg()
2761 if (m_AuxJpegQ.getCurrentSize() > 0) { in storeJpeg()
DQCameraMuxer.h230 QCameraQueue m_AuxJpegQ; variable