Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
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()
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 …]
A Dmtk_vcodec_drv.h296 const struct vdec_common_if *dec_if; member

Completed in 5 milliseconds