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

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 144 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, function
388 res = validate_config(ctx, cfg, &ctx->vp8_cfg);
450 res = validate_config(ctx, &ctx->cfg, &xcfg);
523 res = validate_config(priv, &priv->cfg, &priv->vp8_cfg);
    [all...]
  /external/libvpx/libvpx/vp8/
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...]

Completed in 101 milliseconds