Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.h337 float total_rate,
344 float total_rate,
Dqm_select.cc921 float total_rate, in AdjustFecFactor() argument
938 prev_total_rate_ = total_rate; in AdjustFecFactor()
947 float total_rate, in SetUepProtection() argument
/external/autotest/client/cros/
Dmemory_bandwidth_logger.py199 total_rate = sum(mb_diff[c.name] for c in counters if c.total)
202 ' ' + (RATE_FIELD_FORMAT % ('TOTAL', total_rate))
/external/libopus/src/
Dopus_multistream_encoder.c740 int total_rate; in ambisonics_rate_allocation() local
750 total_rate = num_channels * (20000 + st->layout.nb_streams*(Fs+60*Fs/frame_size)); in ambisonics_rate_allocation()
753 total_rate = num_channels * 320000; in ambisonics_rate_allocation()
755 total_rate = st->bitrate_bps; in ambisonics_rate_allocation()
765 total_rate * rate_ratio_den in ambisonics_rate_allocation()
776 rate[0] = total_rate - (num_channels - 1) * non_mono_rate; in ambisonics_rate_allocation()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h300 void BitrateSent(uint32_t* total_rate,
Drtp_rtcp_impl.cc876 void ModuleRtpRtcpImpl::BitrateSent(uint32_t* total_rate, in BitrateSent() argument
880 *total_rate = rtp_sender_.BitrateSent(); in BitrateSent()