Home
last modified time | relevance | path

Searched refs:cumulated_size (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Damr_parser.c41 uint64_t cumulated_size; member
104 if (s->cumulated_size < UINT64_MAX - next) { in amr_parse()
105 s->cumulated_size += next; in amr_parse()
107 avctx->bit_rate = s->cumulated_size / ++s->block_count * 8 * 50; in amr_parse()

Completed in 1 milliseconds