Searched defs:mtk_vcodec_dec_pdata (Results 1 – 1 of 1) sorted by relevance
97 struct mtk_vcodec_dec_pdata { struct98 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 …]