Home
last modified time | relevance | path

Searched refs:pitem (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dqueue.c66 struct video_msgq *pitem = NULL; in queue_get_cmd() local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq]; in queue_get_cmd()
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
98 return pitem; in queue_get_cmd()
103 struct video_msgq *pitem in queue_post_cmdq() argument
108 if (pitem == NULL || queuecontext == NULL) in queue_post_cmdq()
125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \ in queue_post_cmdq()
140 struct video_msgq *pitem in queue_post_dataq() argument
145 if (pitem == NULL || queuecontext == NULL) in queue_post_dataq()
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \ in queue_post_dataq()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c61 struct video_msgq *pitem = NULL; in queue_get_cmd() local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq]; in queue_get_cmd()
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
89 return pitem; in queue_get_cmd()
94 struct video_msgq *pitem in queue_post_cmdq() argument
99 if (pitem == NULL || queuecontext == NULL) { in queue_post_cmdq()
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \ in queue_post_cmdq()
130 struct video_msgq *pitem in queue_post_dataq() argument
135 if (pitem == NULL || queuecontext == NULL) { in queue_post_dataq()
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \ in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dmessage_queue.c66 struct video_msgq *pitem = NULL; in queue_get_cmd() local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq]; in queue_get_cmd()
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
98 return pitem; in queue_get_cmd()
103 struct video_msgq *pitem in queue_post_cmdq() argument
108 if (pitem == NULL || queuecontext == NULL) in queue_post_cmdq()
127 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \ in queue_post_cmdq()
142 struct video_msgq *pitem in queue_post_dataq() argument
147 if (pitem == NULL || queuecontext == NULL) in queue_post_dataq()
166 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \ in queue_post_dataq()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c61 struct video_msgq *pitem = NULL; in queue_get_cmd() local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq]; in queue_get_cmd()
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
89 return pitem; in queue_get_cmd()
94 struct video_msgq *pitem in queue_post_cmdq() argument
99 if (pitem == NULL || queuecontext == NULL) { in queue_post_cmdq()
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \ in queue_post_cmdq()
130 struct video_msgq *pitem in queue_post_dataq() argument
135 if (pitem == NULL || queuecontext == NULL) { in queue_post_dataq()
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \ in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c61 struct video_msgq *pitem = NULL; in queue_get_cmd() local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq]; in queue_get_cmd()
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq]; in queue_get_cmd()
89 return pitem; in queue_get_cmd()
94 struct video_msgq *pitem in queue_post_cmdq() argument
99 if (pitem == NULL || queuecontext == NULL) { in queue_post_cmdq()
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \ in queue_post_cmdq()
130 struct video_msgq *pitem in queue_post_dataq() argument
135 if (pitem == NULL || queuecontext == NULL) { in queue_post_dataq()
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \ in queue_post_dataq()