/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 29 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, codec_instance_)); in SetArbitrarySendCodec() 146 voe_codec_->SetSendCodec(channel_, codec_instance_); in TEST_F() 162 voe_codec_->SetSendCodec(channel_, codec_instance_); in TEST_F() 174 voe_codec_->SetSendCodec(channel_, codec_instance_); in TEST_F() 218 voe_codec_->SetSendCodec(channel_, codec_instance_); in TEST_F() 227 if (voe_codec_->SetSendCodec(channel_, codec_instance_) != -1) { in TEST_F()
|
D | mixing_test.cc | 190 EXPECT_EQ(0, voe_codec_->SetSendCodec(stream, codec_inst)); in StartRemoteStream()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 26 int SetSendCodec(int channel, const CodecInst& codec) override;
|
D | voe_codec_impl.cc | 63 int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) { in SetSendCodec() function in webrtc::VoECodecImpl 105 if (channelPtr->SetSendCodec(codec) != 0) { in SetSendCodec()
|
D | channel.h | 214 int32_t SetSendCodec(const CodecInst& codec);
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 78 voe_codec_->SetSendCodec(channel_, codec); in SetUpLocalPlayback()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream.h | 76 bool SetSendCodec(VideoCodec video_codec);
|
D | video_send_stream.cc | 431 if (!SetSendCodec(video_codec)) in ReconfigureVideoEncoder() 544 bool VideoSendStream::SetSendCodec(VideoCodec video_codec) { in SetSendCodec() function in webrtc::internal::VideoSendStream 566 if (vie_channel_->SetSendCodec(video_codec, false) != 0) { in SetSendCodec()
|
D | vie_channel.h | 87 int32_t SetSendCodec(const VideoCodec& video_codec, bool new_stream = true);
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_cpu_test.cc | 74 CHECK(codec->SetSendCodec(channel, isac)); in DoTest()
|
D | voe_output_test.cc | 95 EXPECT_EQ(0, codec->SetSendCodec(channel_, kCodecInst)); in OutputTest()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | codec_database.h | 58 bool SetSendCodec(const VideoCodec* send_codec,
|
D | video_sender.cc | 93 _codecDataBase.SetSendCodec(sendCodec, numberOfCores, maxPayloadSize); in RegisterSendCodec()
|
D | codec_database.cc | 193 bool VCMCodecDataBase::SetSendCodec(const VideoCodec* send_codec, in SetSendCodec() function in webrtc::VCMCodecDataBase
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 268 if (0 != SetSendCodec(_channel, _codecIndex)) { in onCreate() 461 if (0 != SetSendCodec(_channel, _codecIndex)) { in startCall() 1157 private native int SetSendCodec(int channel, int index); in SetSendCodec() method in AndroidTest
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
D | audio_e2e_harness.cc | 68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params)); in RunHarness()
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 311 res = codec->SetSendCodec(chan, cinst); in RunTest() 329 res = codec->SetSendCodec(channels[i], cinst); in RunTest() 473 res = codec->SetSendCodec(chan, cinst); in RunTest()
|
/external/webrtc/webrtc/tools/agc/ |
D | agc_harness.cc | 140 RTC_CHECK_EQ(0, codec_->SetSendCodec(channel_, codec_params)); in SetUp()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.h | 239 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
|
D | webrtcvoiceengine.cc | 1557 if (!SetSendCodec(channel, send_codec)) in SetSendCodecs() 1711 bool WebRtcVoiceMediaChannel::SetSendCodec( in SetSendCodec() function in cricket::WebRtcVoiceMediaChannel 1723 if (engine()->voe()->codec()->SetSendCodec(channel, send_codec) == -1) { in SetSendCodec() 1724 LOG_RTCERR2(SetSendCodec, channel, ToString(send_codec)); in SetSendCodec() 2327 if (!SetSendCodec(ch.second->channel(), codec)) { in SetSendBitrateInternal()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
D | conference_transport.cc | 234 EXPECT_EQ(0, remote_codec_->SetSendCodec(new_sender, kCodecInst)); in AddStream()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 125 MOCK_METHOD2(SetSendCodec, int(int channel, const CodecInst& codec));
|
D | call_test.cc | 274 EXPECT_EQ(0, voe_send_.codec->SetSendCodec(voe_send_.channel_id, isac)); in CreateAudioStreams()
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | suppressions.txt | 95 *!cricket::WebRtcVideoMediaChannel::SetSendCodec 96 *!cricket::WebRtcVideoMediaChannel::SetSendCodec
|