Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc63 int bitrate_to_allocate_kbps) { in GetStreamBitratesKbps() argument
65 return std::vector<int>(1, bitrate_to_allocate_kbps); in GetStreamBitratesKbps()
72 bitrate_to_allocate_kbps >= in GetStreamBitratesKbps()
78 bitrate_to_allocate_kbps); in GetStreamBitratesKbps()
80 bitrate_to_allocate_kbps -= allocated_bitrate_kbps; in GetStreamBitratesKbps()
90 bitrate_to_allocate_kbps); in GetStreamBitratesKbps()
92 bitrate_to_allocate_kbps -= allocated_bitrate_kbps; in GetStreamBitratesKbps()