Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c806 struct video_msgq *queueitem = NULL; in video_thread() local
825 queueitem = queue_get_cmd (&encoder_context ->queue_context); in video_thread()
826 if (queueitem != NULL) in video_thread()
828 switch (queueitem->cmd) in video_thread()
842 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
887 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
936 if (queueitem->cmd == VEN_MSG_STOP) in video_thread()
953 struct video_msgq queueitem ; in async_thread() local
987 queueitem.cmd = venc_msg.msgcode; in async_thread()
988 queueitem.status = venc_msg.statuscode; in async_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c784 struct video_msgq *queueitem = NULL; in video_thread() local
805 queueitem = queue_get_cmd (&decode_context ->queue_context); in video_thread()
806 if (queueitem != NULL) in video_thread()
808 switch (queueitem->cmd) in video_thread()
831 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata; in video_thread()
874 queueitem->clientdata; in video_thread()
875 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata); in video_thread()
944 if (queueitem->cmd == VDEC_MSG_RESP_STOP_DONE) in video_thread()
962 struct video_msgq queueitem ; in async_thread() local
998 queueitem.cmd = vdec_msg.msgcode; in async_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c731 struct video_msgq *queueitem = NULL; in video_thread() local
751 queueitem = queue_get_cmd (&decode_context ->queue_context); in video_thread()
753 if (queueitem != NULL) { in video_thread()
754 switch (queueitem->cmd) { in video_thread()
776 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata; in video_thread()
820 queueitem->clientdata; in video_thread()
821 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata); in video_thread()
888 if (queueitem->cmd == VDEC_MSG_RESP_STOP_DONE) { in video_thread()
903 struct video_msgq queueitem ; in async_thread() local
935 queueitem.cmd = vdec_msg.msgcode; in async_thread()
[all …]