Searched defs:mtk_vcodec_dec_pdata (Results 1 – 1 of 1) sorted by relevance
107 struct mtk_vcodec_dec_pdata { struct108 void (*init_vdec_params)(struct mtk_vcodec_dec_ctx *ctx);109 int (*ctrls_setup)(struct mtk_vcodec_dec_ctx *ctx);110 void (*worker)(struct work_struct *work);111 int (*flush_decoder)(struct mtk_vcodec_dec_ctx *ctx);112 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_dec_ctx *ctx);113 void (*cap_to_disp)(struct mtk_vcodec_dec_ctx *ctx, int error,116 const struct vb2_ops *vdec_vb2_ops;118 const struct mtk_video_fmt *vdec_formats;119 const int *num_formats;[all …]