OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBitRate
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_codec.h
71
virtual int
SetBitRate
(int channel, int bitrate_bps) = 0;
/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/voice_engine/
voe_codec_impl.h
30
int
SetBitRate
(int channel, int bitrate_bps) override;
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.h
215
void
SetBitRate
(int bitrate_bps);
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
232
virtual void
SetBitRate
(int bitrate_bps) = 0;
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h
59
void
SetBitRate
(int bitrate_bps) override;
audio_coding_module_impl.cc
256
void AudioCodingModuleImpl::
SetBitRate
(int bitrate_bps) {
audio_coding_module_unittest_oldapi.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
127
MOCK_METHOD2(
SetBitRate
, int(int channel, int bitrate_bps));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
419
WEBRTC_STUB(
SetBitRate
, (int channel, int bitrate_bps));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
792
res = codec->
SetBitRate
(chan, new_bitrate_bps);
Completed in 394 milliseconds