Home
last modified time | relevance | path

Searched refs:dec_if (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.c23 ctx->dec_if = &vdec_h264_if; in vdec_if_init()
26 ctx->dec_if = &vdec_vp8_if; in vdec_if_init()
29 ctx->dec_if = &vdec_vp9_if; in vdec_if_init()
37 ret = ctx->dec_if->init(ctx); in vdec_if_init()
72 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
91 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
104 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
Dmtk_vcodec_drv.h275 const struct vdec_common_if *dec_if; member