Searched refs:dec_if (Results 1 – 2 of 2) sorted by relevance
25 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 …]
179 const struct vdec_common_if *dec_if; member