Searched refs:dec_if (Results 1 – 2 of 2) sorted by relevance
24 ctx->dec_if = &vdec_h264_if; in vdec_if_init()27 ctx->dec_if = &vdec_vp8_if; in vdec_if_init()30 ctx->dec_if = &vdec_vp9_if; in vdec_if_init()38 ret = ctx->dec_if->init(ctx); in vdec_if_init()73 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()92 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()105 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
275 const struct vdec_common_if *dec_if; member