Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_drv.h374 struct mtk_vcodec_dec_pdata { struct
375 void (*init_vdec_params)(struct mtk_vcodec_ctx *ctx);
376 int (*ctrls_setup)(struct mtk_vcodec_ctx *ctx);
377 void (*worker)(struct work_struct *work);
378 int (*flush_decoder)(struct mtk_vcodec_ctx *ctx);
379 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_ctx *ctx);
380 void (*cap_to_disp)(struct mtk_vcodec_ctx *ctx, int error,
383 struct vb2_ops *vdec_vb2_ops;
385 const struct mtk_video_fmt *vdec_formats;
386 const int *num_formats;
[all …]