/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 125 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function 453 res = validate_config(ctx, cfg, &ctx->vp8_cfg, 0); 488 const vpx_codec_err_t res = validate_config(ctx, &ctx->cfg, extra_cfg, 0); 668 res = validate_config(priv, &priv->cfg, &priv->vp8_cfg, 0); 788 res = validate_config(ctx, &ctx->cfg, &ctx->vp8_cfg, 1); [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 135 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function 463 res = validate_config(ctx, cfg, &ctx->vp8_cfg, 0); 528 res = validate_config(ctx, &ctx->cfg, &xcfg, 0); 636 res = validate_config(priv, &priv->cfg, &priv->vp8_cfg, 0); 757 res = validate_config(ctx, &ctx->cfg, &ctx->vp8_cfg, 1); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 133 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function 498 res = validate_config(ctx, cfg, &ctx->extra_cfg); 529 const vpx_codec_err_t res = validate_config(ctx, &ctx->cfg, extra_cfg); 682 res = validate_config(priv, &priv->cfg, &priv->extra_cfg); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 144 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function 441 res = validate_config(ctx, cfg, &ctx->extra_cfg); 504 res = validate_config(ctx, &ctx->cfg, &extra_cfg); 563 res = validate_config(priv, &priv->cfg, &priv->extra_cfg); [all...] |