Searched refs:outputframe (Results 1 – 2 of 2) sorted by relevance
902 struct vdec_output_frameinfo *outputframe = NULL; in async_thread() local953 outputframe = (struct vdec_output_frameinfo *)\ in async_thread()957 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread()958 outputframe->framesize.bottom = \ in async_thread()960 outputframe->framesize.left = \ in async_thread()962 outputframe->framesize.right = \ in async_thread()964 outputframe->framesize.top = \ in async_thread()966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread()967 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread()968 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()[all …]
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 …]