Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A 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()
53 ctx->dec_if = &vdec_hevc_slice_multi_if; in vdec_if_init()
57 ctx->dec_if = &vdec_av1_slice_lat_if; in vdec_if_init()
65 ret = ctx->dec_if->init(ctx); in vdec_if_init()
[all …]
H A Dmtk_vcodec_dec_drv.h179 const struct vdec_common_if *dec_if; member