OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetBitRate
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_codec_impl.cc
134
int VoECodecImpl::
SetBitRate
(int channel, int bitrate_bps) {
136
"
SetBitRate
(bitrate_bps=%d)", bitrate_bps);
141
_shared->channel_manager().GetChannel(channel).channel()->
SetBitRate
(
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc
46
void
SetBitRate
(int rate);
138
void OutputTest::
SetBitRate
(int rate) {
139
manager_.CodecPtr()->
SetBitRate
(channel_, rate);
198
test.
SetBitRate
(random.Rand(kMinOpusRate, kMaxOpusRate));
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc
256
void AudioCodingModuleImpl::
SetBitRate
(int bitrate_bps) {
Completed in 206 milliseconds