Searched refs:outputframe (Results 1 – 1 of 1) sorted by relevance
961 struct vdec_output_frameinfo *outputframe = NULL; in async_thread() local1016 outputframe = (struct vdec_output_frameinfo *)\ in async_thread()1020 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread()1021 outputframe->framesize.bottom = \ in async_thread()1023 outputframe->framesize.left = \ in async_thread()1025 outputframe->framesize.right = \ in async_thread()1027 outputframe->framesize.top = \ in async_thread()1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread()1030 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread()1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()[all …]