Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h97 struct mtk_vcodec_dec_pdata { struct
98 void (*init_vdec_params)(struct mtk_vcodec_dec_ctx *ctx);
99 int (*ctrls_setup)(struct mtk_vcodec_dec_ctx *ctx);
100 void (*worker)(struct work_struct *work);
101 int (*flush_decoder)(struct mtk_vcodec_dec_ctx *ctx);
102 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_dec_ctx *ctx);
103 void (*cap_to_disp)(struct mtk_vcodec_dec_ctx *ctx, int error,
106 const struct vb2_ops *vdec_vb2_ops;
108 const struct mtk_video_fmt *vdec_formats;
109 const int *num_formats;
[all …]