Searched refs:twopass_stats (Results 1 – 3 of 3) sorted by relevance
66 struct aom_fixed_buf twopass_stats; member327 av_freep(&ctx->twopass_stats.buf); in aom_free()713 ctx->twopass_stats.sz = strlen(avctx->stats_in) * 3 / 4; in aom_init()714 ret = av_reallocp(&ctx->twopass_stats.buf, ctx->twopass_stats.sz); in aom_init()718 ctx->twopass_stats.sz); in aom_init()719 ctx->twopass_stats.sz = 0; in aom_init()722 decode_size = av_base64_decode(ctx->twopass_stats.buf, avctx->stats_in, in aom_init()723 ctx->twopass_stats.sz); in aom_init()729 ctx->twopass_stats.sz = decode_size; in aom_init()730 enccfg.rc_twopass_stats_in = ctx->twopass_stats; in aom_init()[all …]
73 struct vpx_fixed_buf twopass_stats; member383 av_freep(&ctx->twopass_stats.buf); in vpx_free()977 ctx->twopass_stats.sz = strlen(avctx->stats_in) * 3 / 4; in vpx_init()978 ret = av_reallocp(&ctx->twopass_stats.buf, ctx->twopass_stats.sz); in vpx_init()982 ctx->twopass_stats.sz); in vpx_init()983 ctx->twopass_stats.sz = 0; in vpx_init()986 decode_size = av_base64_decode(ctx->twopass_stats.buf, avctx->stats_in, in vpx_init()987 ctx->twopass_stats.sz); in vpx_init()993 ctx->twopass_stats.sz = decode_size; in vpx_init()994 enccfg.rc_twopass_stats_in = ctx->twopass_stats; in vpx_init()[all …]
2008 pkt->data.twopass_stats.buf, pkt->data.twopass_stats.sz); in gst_vpx_enc_process()