Searched refs:read_comq (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dqueue.c45 if (ptr_q->read_comq == ptr_q->write_comq)
82 if (ptr_q->read_comq != ptr_q->write_comq)
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
85 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dmessage_queue.c45 if (ptr_q->read_comq == ptr_q->write_comq)
82 if (ptr_q->read_comq != ptr_q->write_comq)
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
85 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmessage_queue.c45 if (ptr_q->read_comq == ptr_q->write_comq) {
76 if (ptr_q->read_comq != ptr_q->write_comq) {
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
78 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmessage_queue.c45 if (ptr_q->read_comq == ptr_q->write_comq) {
76 if (ptr_q->read_comq != ptr_q->write_comq) {
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
78 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dmessage_queue.h62 int read_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dqueue.h62 int read_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h60 int read_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h60 int read_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h60 int read_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h60 int read_comq ; member in struct:video_queue_context

Completed in 511 milliseconds