Searched refs:picsize (Results 1 – 9 of 9) sorted by relevance
566 struct vdec_picsize picsize; member
521 struct vdec_picsize picsize; member
529 struct vdec_picsize picsize; member
531 struct vdec_picsize picsize; member
556 struct vdec_picsize picsize; member
562 struct vdec_picsize picsize; member
243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread()244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread()9332 … vdec_msg->msgdata.output_frame.picsize.frame_width = omx->m_extradata_info.output_width; in async_message_process()9333 … vdec_msg->msgdata.output_frame.picsize.frame_height = omx->m_extradata_info.output_height; in async_message_process()9340 … vdec_msg->msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_process()9341 … vdec_msg->msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; in async_message_process()9349 … omx->m_extradata_info.output_width = vdec_msg->msgdata.output_frame.picsize.frame_width; in async_message_process()9350 … omx->m_extradata_info.output_height = vdec_msg->msgdata.output_frame.picsize.frame_height; in async_message_process()9382 …| (omx->drv_ctx.video_resolution.frame_width != vdec_msg->msgdata.output_frame.picsize.frame_width) in async_message_process()9383 …>drv_ctx.video_resolution.frame_height != vdec_msg->msgdata.output_frame.picsize.frame_height) )) { in async_message_process()[all …]