Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.c36 ctx->dec_if = get_h264_dec_comm_if(); in vdec_if_init()
39 ctx->dec_if = get_vp8_dec_comm_if(); in vdec_if_init()
42 ctx->dec_if = get_vp9_dec_comm_if(); in vdec_if_init()
50 ret = ctx->dec_if->init(ctx, &ctx->drv_handle); in vdec_if_init()
85 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
104 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
117 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
Dmtk_vcodec_drv.h279 const struct vdec_common_if *dec_if; member