Home
last modified time | relevance | path

Searched defs:mtk_video_dec_buf (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec.h58 struct mtk_video_dec_buf { struct
59 struct vb2_v4l2_buffer vb;
60 struct list_head list;
62 bool used;
63 bool ready_to_display;
64 bool queued_in_vb2;
65 bool queued_in_v4l2;
66 bool lastframe;
67 bool error;
68 struct vdec_fb frame_buffer;
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec.h49 struct mtk_video_dec_buf { struct
50 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;