Home
last modified time | relevance | path

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

/external/webrtc/call/
Dbitrate_allocator.cc98 uint32_t total_allocation = in DistributeBitrateEvenly() local
101 if (total_allocation > max_multiplier * it->first) { in DistributeBitrateEvenly()
104 bitrate += total_allocation - max_multiplier * it->first; in DistributeBitrateEvenly()
105 total_allocation = max_multiplier * it->first; in DistributeBitrateEvenly()
108 allocation->at(it->second->observer) = total_allocation; in DistributeBitrateEvenly()
/external/libpng/
Dpngtest.c511 static int total_allocation = 0; variable
539 total_allocation += size; in png_debug_malloc()
554 total_allocation -= size; in png_debug_malloc()
2007 total_allocation); in main()
2100 total_allocation); in main()