Home
last modified time | relevance | path

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

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