vp8_cx_iface.c | 135 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function 464 res = validate_config(ctx, cfg, &ctx->vp8_cfg, 0); 529 res = validate_config(ctx, &ctx->cfg, &xcfg, 0); 637 res = validate_config(priv, &priv->cfg, &priv->vp8_cfg, 0); 761 res = validate_config(ctx, &ctx->cfg, &ctx->vp8_cfg, 1); [all...] |