Lines Matching defs:total_size
585 uint64_t total_size = 0;
593 /* No overflow is possible here, as both total_size and elem->size
595 total_size += ebml_id_size(elem->id) + elem->length_size + elem->size;
596 if (total_size > MAX_SUPPORTED_EBML_LENGTH)
601 master->size = total_size;
1231 unsigned total_codecpriv_size = 0, total_size;
1238 total_size = 2 + ebml_length_size(max_payload_size) + max_payload_size;
1244 if (total_codecpriv_size + 1 == total_size) {
1253 if (total_codecpriv_size < total_size)
1254 put_ebml_void(pb, total_size - total_codecpriv_size);