Searched refs:m_ComposeMpoTh (Results 1 – 2 of 2) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.cpp | 153 m_ComposeMpoTh.launch(composeMpoRoutine, this); in QCameraMuxer() 187 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, TRUE, FALSE); in ~QCameraMuxer() 188 m_ComposeMpoTh.exit(); in ~QCameraMuxer() 1176 gMuxer->m_ComposeMpoTh.sendCmd( in take_picture() 1321 gMuxer->m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, FALSE, FALSE); in cancel_picture() 1563 gMuxer->m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, in send_command() 2522 QCameraCmdThread *cmdThread = &gMuxer->m_ComposeMpoTh; in composeMpoRoutine() 2745 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in storeJpeg() 2766 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in storeJpeg()
|
D | QCameraMuxer.h | 233 QCameraCmdThread m_ComposeMpoTh; variable
|