Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_drv.h381 struct mtk_vcodec_dec_pdata { struct
382 void (*init_vdec_params)(struct mtk_vcodec_ctx *ctx);
383 int (*ctrls_setup)(struct mtk_vcodec_ctx *ctx);
384 void (*worker)(struct work_struct *work);
385 int (*flush_decoder)(struct mtk_vcodec_ctx *ctx);
386 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_ctx *ctx);
387 void (*cap_to_disp)(struct mtk_vcodec_ctx *ctx, int error,
390 struct vb2_ops *vdec_vb2_ops;
392 const struct mtk_video_fmt *vdec_formats;
393 const int *num_formats;
[all …]