AV_BASE64_SIZE 110 libavcodec/libtheoraenc.c int b64_size = AV_BASE64_SIZE(h->stats_offset); AV_BASE64_SIZE 758 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 1688 libavformat/matroskadec.c const int b64_size = AV_BASE64_SIZE(encodings[0].encryption.key_id.size); AV_BASE64_SIZE 1618 libavformat/rtmpproto.c char hashstr[AV_BASE64_SIZE(sizeof(hash))], challenge2[10]; AV_BASE64_SIZE 1198 libavformat/rtsp.c char base64buf[AV_BASE64_SIZE(sizeof(buf))]; AV_BASE64_SIZE 1274 libavformat/rtsp.c char base64buf[AV_BASE64_SIZE(sizeof(buf))]; AV_BASE64_SIZE 386 libavformat/sdp.c encoded_config = av_malloc(AV_BASE64_SIZE(config_len)); AV_BASE64_SIZE 405 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 223 libavutil/hash.c uint8_t buf[AV_HASH_MAX_SIZE], b64[AV_BASE64_SIZE(AV_HASH_MAX_SIZE)]; AV_BASE64_SIZE 228 libavutil/hash.c osize = AV_BASE64_SIZE(rsize);