Home
last modified time | relevance | path

Searched refs:queueitem (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c808 struct video_msgq *queueitem = NULL; in video_thread() local
827 queueitem = queue_get_cmd (&encoder_context ->queue_context); in video_thread()
828 if (queueitem != NULL) in video_thread()
830 switch (queueitem->cmd) in video_thread()
844 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
889 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
943 if (queueitem->cmd == VEN_MSG_STOP) in video_thread()
954 struct video_msgq queueitem ; in async_thread() local
988 queueitem.cmd = venc_msg.msgcode; in async_thread()
989 queueitem.status = venc_msg.statuscode; in async_thread()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c779 struct video_msgq *queueitem = NULL; in video_thread() local
800 queueitem = queue_get_cmd (&decode_context ->queue_context); in video_thread()
801 if (queueitem != NULL) in video_thread()
803 switch (queueitem->cmd) in video_thread()
826 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata; in video_thread()
869 queueitem->clientdata; in video_thread()
870 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata); in video_thread()
941 if (queueitem->cmd == VDEC_MSG_RESP_STOP_DONE) in video_thread()
953 struct video_msgq queueitem ; in async_thread() local
989 queueitem.cmd = vdec_msg.msgcode; in async_thread()
[all …]