HomeSort by relevance Sort by last modified time
    Searched refs:validate_config (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 129 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function
447 res = validate_config(ctx, cfg, &ctx->vp8_cfg, 0);
475 const vpx_codec_err_t res = validate_config(ctx, &ctx->cfg, extra_cfg, 0);
655 res = validate_config(priv, &priv->cfg, &priv->vp8_cfg, 0);
809 if (!res) res = validate_config(ctx, &ctx->cfg, &ctx->vp8_cfg, 1);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 152 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function
674 res = validate_config(ctx, cfg, &ctx->extra_cfg);
707 const vpx_codec_err_t res = validate_config(ctx, &ctx->cfg, extra_cfg);
    [all...]

Completed in 1135 milliseconds