Home
last modified time | relevance | path

Searched refs:total_allocation (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/call/
Dbitrate_allocator.cc97 uint32_t total_allocation = in DistributeBitrateEvenly() local
100 if (total_allocation > max_multiplier * it->first) { in DistributeBitrateEvenly()
103 bitrate += total_allocation - max_multiplier * it->first; in DistributeBitrateEvenly()
104 total_allocation = max_multiplier * it->first; in DistributeBitrateEvenly()
107 allocation->at(it->second->observer) = total_allocation; in DistributeBitrateEvenly()
/external/libpng/
Dpngtest.c518 static int total_allocation = 0; variable
546 total_allocation += size; in png_debug_malloc()
561 total_allocation -= size; in png_debug_malloc()
1959 total_allocation); in main()
2052 total_allocation); in main()