Searched refs:vdec_msg (Results 1 – 3 of 3) sorted by relevance
963 struct vdec_msginfo vdec_msg; in async_thread() local979 ioctl_msg.out = (void*)&vdec_msg; in async_thread()980 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg)); in async_thread()990 switch (vdec_msg.msgcode) in async_thread()998 queueitem.cmd = vdec_msg.msgcode; in async_thread()999 queueitem.status = vdec_msg.status_code; in async_thread()1006 queueitem.cmd = vdec_msg.msgcode; in async_thread()1007 queueitem.status = vdec_msg.status_code; in async_thread()1009 vdec_msg.msgdata.input_frame_clientdata; in async_thread()1014 queueitem.cmd = vdec_msg.msgcode; in async_thread()[all …]
158 struct vdec_msginfo vdec_msg; in async_message_thread() local166 ioctl_msg.out = (void*)&vdec_msg; in async_message_thread()179 else if (omx->async_message_process(input,&vdec_msg) < 0) in async_message_thread()6708 struct vdec_msginfo *vdec_msg = NULL; in async_message_process() local6717 vdec_msg = (struct vdec_msginfo *)message; in async_message_process()6724 if ( (vdec_msg->msgcode == VDEC_MSG_RESP_OUTPUT_BUFFER_DONE) && in async_message_process()6730 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process()6732 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) in async_message_process()6740 switch (vdec_msg->msgcode) in async_message_process()6744 omx->post_event (NULL,vdec_msg->status_code,\ in async_message_process()[all …]
131 struct vdec_msginfo vdec_msg; in async_message_thread() local164 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()165 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()166 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()167 vdec_msg.msgdata.output_frame.len=plane.bytesused; in async_message_thread()168 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr; in async_message_thread()180 vdec_msg.msgcode=VDEC_MSG_RESP_INPUT_BUFFER_DONE; in async_message_thread()181 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()182 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread()186 vdec_msg.msgcode=VDEC_MSG_EVT_CONFIG_CHANGED; in async_message_thread()[all …]