Home
last modified time | relevance | path

Searched refs:AV_BASE64_SIZE (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/
Dbase64.h66 #define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1) macro
Dhash.c229 uint8_t buf[AV_HASH_MAX_SIZE], b64[AV_BASE64_SIZE(AV_HASH_MAX_SIZE)]; in av_hash_final_b64()
234 osize = AV_BASE64_SIZE(rsize); in av_hash_final_b64()
Dbase64.c153 out_size < AV_BASE64_SIZE(in_size)) in av_base64_encode()
/third_party/ffmpeg/libavformat/
Dhttpauth.c263 auth_b64_len = AV_BASE64_SIZE(strlen(decoded_auth)); in ff_http_auth_create_response()
Dsdp.c387 encoded_config = av_malloc(AV_BASE64_SIZE(config_len)); in xiph_extradata2config()
406 av_base64_encode(encoded_config, AV_BASE64_SIZE(config_len), in xiph_extradata2config()
Dhdsenc.c188 int b64_size = AV_BASE64_SIZE(os->metadata_size); in write_manifest()
Drtsp.c1267 char base64buf[AV_BASE64_SIZE(sizeof(buf))]; in ff_rtsp_read_reply()
1343 char base64buf[AV_BASE64_SIZE(sizeof(buf))]; in rtsp_send_cmd_with_content_async()
Drtmpproto.c1607 char hashstr[AV_BASE64_SIZE(sizeof(hash))], challenge2[10]; in do_adobe_auth()
Dmatroskadec.c2421 const int b64_size = AV_BASE64_SIZE(encodings[0].encryption.key_id.size); in matroska_parse_tracks()
/third_party/ffmpeg/libavcodec/
Dlibtheoraenc.c110 int b64_size = AV_BASE64_SIZE(h->stats_offset); in get_stats()
Dlibrav1e.c128 size_t b64_size = AV_BASE64_SIZE(ctx->pass_pos); in get_stats()
Dlibaomenc.c1159 size_t b64_size = AV_BASE64_SIZE(ctx->twopass_stats.sz); in aom_encode()
Dlibvpxenc.c1715 unsigned int b64_size = AV_BASE64_SIZE(ctx->twopass_stats.sz); in vpx_encode()
/third_party/ffmpeg/doc/
DAPIchanges3130 2010-06-04 - 31878fc - lavu 50.17.0 - AV_BASE64_SIZE
3131 Add AV_BASE64_SIZE() macro.