Searched refs:queueitem (Results 1 – 3 of 3) sorted by relevance
806 struct video_msgq *queueitem = NULL; in video_thread() local826 if (queueitem != NULL) in video_thread()828 switch (queueitem->cmd) 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()989 queueitem.clientdata = NULL; in async_thread()994 queueitem.cmd = venc_msg.msgcode; in async_thread()1005 queueitem.cmd = venc_msg.msgcode; in async_thread()1017 queueitem.cmd = venc_msg.msgcode; in async_thread()[all …]
784 struct video_msgq *queueitem = NULL; in video_thread() local806 if (queueitem != NULL) in video_thread()808 switch (queueitem->cmd) in video_thread()962 struct video_msgq queueitem ; in async_thread() local998 queueitem.cmd = vdec_msg.msgcode; in async_thread()1000 queueitem.clientdata = NULL; in async_thread()1006 queueitem.cmd = vdec_msg.msgcode; in async_thread()1008 queueitem.clientdata = (void *)\ in async_thread()1014 queueitem.cmd = vdec_msg.msgcode; in async_thread()1040 queueitem.clientdata = NULL; in async_thread()[all …]
731 struct video_msgq *queueitem = NULL; in video_thread() local753 if (queueitem != NULL) { in video_thread()754 switch (queueitem->cmd) { in video_thread()820 queueitem->clientdata; in video_thread()903 struct video_msgq queueitem ; in async_thread() local935 queueitem.cmd = vdec_msg.msgcode; in async_thread()937 queueitem.clientdata = NULL; in async_thread()943 queueitem.cmd = vdec_msg.msgcode; in async_thread()945 queueitem.clientdata = (void *)\ in async_thread()977 queueitem.clientdata = NULL; in async_thread()[all …]