AV_BASE64_SIZE   1016 libavcodec/libaomenc.c         size_t b64_size = AV_BASE64_SIZE(ctx->twopass_stats.sz);
AV_BASE64_SIZE    125 libavcodec/librav1e.c         size_t b64_size = AV_BASE64_SIZE(ctx->pass_pos);
AV_BASE64_SIZE    110 libavcodec/libtheoraenc.c         int b64_size = AV_BASE64_SIZE(h->stats_offset);
AV_BASE64_SIZE   1604 libavcodec/libvpxenc.c         unsigned int b64_size = AV_BASE64_SIZE(ctx->twopass_stats.sz);
AV_BASE64_SIZE    188 libavformat/hdsenc.c         int b64_size = AV_BASE64_SIZE(os->metadata_size);
AV_BASE64_SIZE    263 libavformat/httpauth.c         auth_b64_len = AV_BASE64_SIZE(strlen(decoded_auth));
AV_BASE64_SIZE   2361 libavformat/matroskadec.c                     const int b64_size = AV_BASE64_SIZE(encodings[0].encryption.key_id.size);
AV_BASE64_SIZE   1607 libavformat/rtmpproto.c     char hashstr[AV_BASE64_SIZE(sizeof(hash))], challenge2[10];
AV_BASE64_SIZE   1242 libavformat/rtsp.c         char base64buf[AV_BASE64_SIZE(sizeof(buf))];
AV_BASE64_SIZE   1318 libavformat/rtsp.c     char base64buf[AV_BASE64_SIZE(sizeof(buf))];
AV_BASE64_SIZE    387 libavformat/sdp.c     encoded_config = av_malloc(AV_BASE64_SIZE(config_len));
AV_BASE64_SIZE    406 libavformat/sdp.c     av_base64_encode(encoded_config, AV_BASE64_SIZE(config_len),
AV_BASE64_SIZE    148 libavutil/base64.c         out_size < AV_BASE64_SIZE(in_size))
AV_BASE64_SIZE    227 libavutil/hash.c     uint8_t buf[AV_HASH_MAX_SIZE], b64[AV_BASE64_SIZE(AV_HASH_MAX_SIZE)];
AV_BASE64_SIZE    232 libavutil/hash.c     osize = AV_BASE64_SIZE(rsize);