Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp77 _msg_queue.clear(); in start()
96 _msg_queue.push(0); in stop()
98 _msg_queue.clear(); in stop()
377 auto v = _msg_queue.front(); in raw_buffer_proc()
382 _msg_queue.pop(); in raw_buffer_proc()
406 _msg_queue.push(1); in send_sync_buf()
H A DRawStreamProcUnit.h124 SafeQueue<int> _msg_queue; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp340 _msg_queue.resume_pop(); in start()
341 _msg_queue.clear(); in start()
351 _msg_queue.pause_pop(); in stop()
722 if (_msg_queue.pop(-1).ptr()) in raw_buffer_proc()
785 _msg_queue.push(ec); in _send_sync_buf()
H A DRawStreamProcUnit.h163 SafeList<EmptyClass> _msg_queue; variable