Searched refs:write_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)
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
127 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
/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)
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
127 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
129 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
/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) {
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
117 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
/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) {
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
117 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dmessage_queue.h61 int write_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dqueue.h61 int write_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h59 int write_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h59 int write_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h59 int write_comq ; member in struct:video_queue_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h59 int write_comq ; member in struct:video_queue_context

Completed in 57 milliseconds