Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dqueue.c52 if (ptr_q->write_dataq == ptr_q->read_dataq) in check_if_queue_empty()
88 else if (ptr_q->write_dataq != ptr_q->read_dataq) in queue_get_cmd()
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
91 ptr_q->read_dataq = (ptr_q->read_dataq + 1) % \ in queue_get_cmd()
154 if ((ptr_q->write_dataq + 1) % ptr_q->dataq_size == ptr_q->read_dataq) in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c49 if (ptr_q->write_dataq == ptr_q->read_dataq) { in check_if_queue_empty()
80 } else if (ptr_q->write_dataq != ptr_q->read_dataq) { in queue_get_cmd()
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
82 ptr_q->read_dataq = (ptr_q->read_dataq + 1) % \ in queue_get_cmd()
144 if ((ptr_q->write_dataq + 1) % ptr_q->dataq_size == ptr_q->read_dataq) { in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dmessage_queue.c52 if (ptr_q->write_dataq == ptr_q->read_dataq) in check_if_queue_empty()
88 else if (ptr_q->write_dataq != ptr_q->read_dataq) in queue_get_cmd()
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
91 ptr_q->read_dataq = (ptr_q->read_dataq + 1) % \ in queue_get_cmd()
156 if ((ptr_q->write_dataq + 1) % ptr_q->dataq_size == ptr_q->read_dataq) in queue_post_dataq()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c49 if (ptr_q->write_dataq == ptr_q->read_dataq) { in check_if_queue_empty()
80 } else if (ptr_q->write_dataq != ptr_q->read_dataq) { in queue_get_cmd()
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
82 ptr_q->read_dataq = (ptr_q->read_dataq + 1) % \ in queue_get_cmd()
144 if ((ptr_q->write_dataq + 1) % ptr_q->dataq_size == ptr_q->read_dataq) { in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h58 int read_dataq; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h58 int read_dataq; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmessage_queue.h60 int read_dataq; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dqueue.h60 int read_dataq; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dqueue.h58 int read_dataq; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dqueue.h58 int read_dataq; member