Searched defs:mtk_video_dec_buf (Results 1 – 2 of 2) sorted by relevance
49 struct mtk_video_dec_buf { struct50 struct v4l2_m2m_buffer m2m_buf;52 bool used;53 bool queued_in_vb2;54 bool queued_in_v4l2;55 bool lastframe;56 bool error;57 struct vdec_fb frame_buffer;
54 struct mtk_video_dec_buf { struct55 struct v4l2_m2m_buffer m2m_buf;57 bool used;58 bool queued_in_vb2;59 bool queued_in_v4l2;60 bool error;62 union {