Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc76 int allocated_bitrate_kbps = in GetStreamBitratesKbps() local
79 bitrates_kbps[i] = allocated_bitrate_kbps; in GetStreamBitratesKbps()
80 bitrate_to_allocate_kbps -= allocated_bitrate_kbps; in GetStreamBitratesKbps()
87 int allocated_bitrate_kbps = std::min( in GetStreamBitratesKbps() local
91 bitrates_kbps[last_active_stream] += allocated_bitrate_kbps; in GetStreamBitratesKbps()
92 bitrate_to_allocate_kbps -= allocated_bitrate_kbps; in GetStreamBitratesKbps()