Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc80 BoundedCapacityChannel(int sample_rate_hz, int rate_bits_per_second) in BoundedCapacityChannel() argument
82 channel_rate_bytes_per_sample_(rate_bits_per_second / in BoundedCapacityChannel()
105 int rate_bits_per_second, in TestGetSetBandwidthInfo() argument
139 BoundedCapacityChannel channel1(sample_rate_hz, rate_bits_per_second), in TestGetSetBandwidthInfo()
140 channel2(sample_rate_hz, rate_bits_per_second); in TestGetSetBandwidthInfo()