Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dvdec_drv_if.c25 ctx->dec_if = &vdec_h264_slice_if; in vdec_if_init()
28 ctx->dec_if = &vdec_h264_slice_multi_if; in vdec_if_init()
33 ctx->dec_if = &vdec_h264_if; in vdec_if_init()
37 ctx->dec_if = &vdec_vp8_slice_if; in vdec_if_init()
41 ctx->dec_if = &vdec_vp8_if; in vdec_if_init()
45 ctx->dec_if = &vdec_vp9_if; in vdec_if_init()
49 ctx->dec_if = &vdec_vp9_slice_lat_if; in vdec_if_init()
57 ret = ctx->dec_if->init(ctx); in vdec_if_init()
88 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()
[all …]
Dmtk_vcodec_drv.h303 const struct vdec_common_if *dec_if; member