Searched refs:queueitem (Results 1 – 2 of 2) sorted by relevance
808 struct video_msgq *queueitem = NULL; in video_thread() local827 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() local988 queueitem.cmd = venc_msg.msgcode; in async_thread()989 queueitem.status = venc_msg.statuscode; in async_thread()[all …]
779 struct video_msgq *queueitem = NULL; in video_thread() local800 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() local989 queueitem.cmd = vdec_msg.msgcode; in async_thread()[all …]