Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/
A Dvdec_drv_if.c23 ctx->dec_if = &vdec_h264_slice_if; in vdec_if_init()
26 ctx->dec_if = &vdec_h264_if; in vdec_if_init()
29 ctx->dec_if = &vdec_vp8_if; in vdec_if_init()
32 ctx->dec_if = &vdec_vp9_if; in vdec_if_init()
40 ret = ctx->dec_if->init(ctx); in vdec_if_init()
75 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
94 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
107 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
A Dmtk_vcodec_drv.h279 const struct vdec_common_if *dec_if; member

Completed in 5 milliseconds