Searched refs:queueitem (Results 1 – 3 of 3) sorted by relevance
806 struct video_msgq *queueitem = NULL; in video_thread() local825 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() local987 queueitem.cmd = venc_msg.msgcode; in async_thread()988 queueitem.status = venc_msg.statuscode; in async_thread()[all …]
784 struct video_msgq *queueitem = NULL; in video_thread() local805 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() local998 queueitem.cmd = vdec_msg.msgcode; in async_thread()[all …]
731 struct video_msgq *queueitem = NULL; in video_thread() local751 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() local935 queueitem.cmd = vdec_msg.msgcode; in async_thread()[all …]