/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | message_queue.h | 37 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/ |
D | message_queue.h | 37 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/ |
D | message_queue.h | 37 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/ |
D | queue.h | 37 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/ |
D | queue.h | 37 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/ |
D | queue.h | 37 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/ |
D | queue.c | 63 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()
|
D | video_encoder_test.c | 392 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/ |
D | message_queue.c | 59 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/ |
D | message_queue.c | 63 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/ |
D | message_queue.c | 59 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/ |
D | decoder_driver_test.c | 323 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/ |
D | decoder_driver_test.c | 338 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()
|