Home
last modified time | relevance | path

Searched refs:SetSendCodec (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc29 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()
Dmixing_test.cc190 EXPECT_EQ(0, voe_codec_->SetSendCodec(stream, codec_inst)); in StartRemoteStream()
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.h26 int SetSendCodec(int channel, const CodecInst& codec) override;
Dvoe_codec_impl.cc63 int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) { in SetSendCodec() function in webrtc::VoECodecImpl
105 if (channelPtr->SetSendCodec(codec) != 0) { in SetSendCodec()
Dchannel.h214 int32_t SetSendCodec(const CodecInst& codec);
/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc78 voe_codec_->SetSendCodec(channel_, codec); in SetUpLocalPlayback()
/external/webrtc/webrtc/video/
Dvideo_send_stream.h76 bool SetSendCodec(VideoCodec video_codec);
Dvideo_send_stream.cc431 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()
Dvie_channel.h87 int32_t SetSendCodec(const VideoCodec& video_codec, bool new_stream = true);
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_cpu_test.cc74 CHECK(codec->SetSendCodec(channel, isac)); in DoTest()
Dvoe_output_test.cc95 EXPECT_EQ(0, codec->SetSendCodec(channel_, kCodecInst)); in OutputTest()
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.h58 bool SetSendCodec(const VideoCodec* send_codec,
Dvideo_sender.cc93 _codecDataBase.SetSendCodec(sendCodec, numberOfCores, maxPayloadSize); in RegisterSendCodec()
Dcodec_database.cc193 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/
DAndroidTest.java268 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/
Daudio_e2e_harness.cc68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params)); in RunHarness()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc311 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/
Dagc_harness.cc140 RTC_CHECK_EQ(0, codec_->SetSendCodec(channel_, codec_params)); in SetUp()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h239 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
Dwebrtcvoiceengine.cc1557 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/
Dconference_transport.cc234 EXPECT_EQ(0, remote_codec_->SetSendCodec(new_sender, kCodecInst)); in AddStream()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h125 MOCK_METHOD2(SetSendCodec, int(int channel, const CodecInst& codec));
Dcall_test.cc274 EXPECT_EQ(0, voe_send_.codec->SetSendCodec(voe_send_.channel_id, isac)); in CreateAudioStreams()
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt95 *!cricket::WebRtcVideoMediaChannel::SetSendCodec
96 *!cricket::WebRtcVideoMediaChannel::SetSendCodec

12