Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/vdec/
A Dvdec_h264_if.c78 struct vdec_h264_dec_info { struct
79 uint32_t dpb_sz;
80 uint32_t resolution_changed;
81 uint32_t realloc_mv_buf;
82 uint32_t reserved;
83 uint64_t bs_dma;
84 uint64_t y_fb_dma;
85 uint64_t c_fb_dma;
86 uint64_t vdec_fb_va;
A Dvdec_h264_req_if.c157 struct vdec_h264_dec_info { struct
158 u32 dpb_sz;
159 u32 resolution_changed;
160 u32 realloc_mv_buf;
161 u32 cap_num_planes;
162 u64 bs_dma;
186 struct vdec_h264_dec_info dec; argument

Completed in 8 milliseconds