Home
last modified time | relevance | path

Searched refs:video_msgq (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h37 struct video_msgq { struct
55 struct video_msgq *ptr_dataq; argument
56 struct video_msgq *ptr_cmdq;
66 struct video_msgq * queue_get_cmd ( void* queuecontext );
69 struct video_msgq *post_msg
73 struct video_msgq *post_msg
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h37 struct video_msgq { struct
55 struct video_msgq *ptr_dataq; argument
56 struct video_msgq *ptr_cmdq;
66 struct video_msgq * queue_get_cmd ( void* queuecontext );
69 struct video_msgq *post_msg
73 struct video_msgq *post_msg
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmessage_queue.h37 struct video_msgq struct
57 struct video_msgq *ptr_dataq; argument
58 struct video_msgq *ptr_cmdq;
68 struct video_msgq * queue_get_cmd ( void* queuecontext );
71 struct video_msgq *post_msg
75 struct video_msgq *post_msg
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dqueue.h37 struct video_msgq struct
57 struct video_msgq *ptr_dataq; argument
58 struct video_msgq *ptr_cmdq;
68 struct video_msgq * queue_get_cmd ( void* queuecontext );
73 struct video_msgq *post_msg
77 struct video_msgq *post_msg
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dqueue.h37 struct video_msgq { struct
55 struct video_msgq *ptr_dataq; argument
56 struct video_msgq *ptr_cmdq;
66 struct video_msgq * queue_get_cmd ( void* queuecontext );
71 struct video_msgq *post_msg
75 struct video_msgq *post_msg
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dqueue.h37 struct video_msgq { struct
55 struct video_msgq *ptr_dataq; argument
56 struct video_msgq *ptr_cmdq;
66 struct video_msgq * queue_get_cmd ( void* queuecontext );
71 struct video_msgq *post_msg
75 struct video_msgq *post_msg
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dqueue.c63 struct video_msgq * queue_get_cmd (void* queuecontext ) in queue_get_cmd()
66 struct video_msgq *pitem = NULL; in queue_get_cmd()
103 struct video_msgq *pitem in queue_post_cmdq()
126 sizeof (struct video_msgq)); in queue_post_cmdq()
140 struct video_msgq *pitem in queue_post_dataq()
163 sizeof (struct video_msgq)); in queue_post_dataq()
Dvideo_encoder_test.c392 queue_ptr->ptr_cmdq = (struct video_msgq*) \ in init_encoder()
393 calloc (sizeof (struct video_msgq), in init_encoder()
395 queue_ptr->ptr_dataq = (struct video_msgq*) \ in init_encoder()
396 calloc (sizeof (struct video_msgq), in init_encoder()
806 struct video_msgq *queueitem = NULL; in video_thread()
953 struct video_msgq queueitem ; in async_thread()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c59 struct video_msgq * queue_get_cmd (void* queuecontext ) { in queue_get_cmd()
61 struct video_msgq *pitem = NULL; in queue_get_cmd()
94 struct video_msgq *pitem in queue_post_cmdq()
116 sizeof (struct video_msgq)); in queue_post_cmdq()
130 struct video_msgq *pitem in queue_post_dataq()
152 sizeof (struct video_msgq)); in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dmessage_queue.c63 struct video_msgq * queue_get_cmd (void* queuecontext ) in queue_get_cmd()
66 struct video_msgq *pitem = NULL; in queue_get_cmd()
103 struct video_msgq *pitem in queue_post_cmdq()
128 sizeof (struct video_msgq)); in queue_post_cmdq()
142 struct video_msgq *pitem in queue_post_dataq()
167 sizeof (struct video_msgq)); in queue_post_dataq()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c59 struct video_msgq * queue_get_cmd (void* queuecontext ) { in queue_get_cmd()
61 struct video_msgq *pitem = NULL; in queue_get_cmd()
94 struct video_msgq *pitem in queue_post_cmdq()
116 sizeof (struct video_msgq)); in queue_post_cmdq()
130 struct video_msgq *pitem in queue_post_dataq()
152 sizeof (struct video_msgq)); in queue_post_dataq()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c323 queue_ptr->ptr_cmdq = (struct video_msgq*) \ in init_decoder()
324 calloc (sizeof (struct video_msgq), in init_decoder()
326 queue_ptr->ptr_dataq = (struct video_msgq*) \ in init_decoder()
327 calloc (sizeof (struct video_msgq), in init_decoder()
731 struct video_msgq *queueitem = NULL; in video_thread()
903 struct video_msgq queueitem ; in async_thread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c338 queue_ptr->ptr_cmdq = (struct video_msgq*) \ in init_decoder()
339 calloc (sizeof (struct video_msgq), in init_decoder()
341 queue_ptr->ptr_dataq = (struct video_msgq*) \ in init_decoder()
342 calloc (sizeof (struct video_msgq), in init_decoder()
784 struct video_msgq *queueitem = NULL; in video_thread()
962 struct video_msgq queueitem ; in async_thread()