Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc23 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, codec_instance_)); in SetArbitrarySendCodec()
148 voe_codec_->SetSendCodec(channel_, codec_instance_); in TEST_F()
157 if (voe_codec_->SetSendCodec(channel_, codec_instance_) != -1) { in TEST_F()
Dmixing_test.cc189 EXPECT_EQ(0, voe_codec_->SetSendCodec(stream, codec_inst)); in StartRemoteStream()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_codec.cc186 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecStandardTest()
221 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecStandardTest()
256 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecStandardTest()
436 EXPECT_EQ(0, video_engine.codec->SetSendCodec( in ViECodecExtendedTest()
441 EXPECT_EQ(0, video_engine.codec->SetSendCodec( in ViECodecExtendedTest()
509 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecAPITest()
516 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecAPITest()
530 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecAPITest()
562 EXPECT_EQ(0, codec->SetSendCodec(video_channel, video_codec)); in ViECodecAPITest()
644 error = ViE.codec->SetSendCodec(channel.videoChannel, codec); in ViECodecExternalCodecTest()
[all …]
Dvie_autotest_record.cc168 voe_codec->SetSendCodec(audio_channel, audio_codec); in VideoEngineSampleRecordCode()
347 error = ptrViECodec->SetSendCodec(videoChannel, videoCodec); in VideoEngineSampleRecordCode()
Dvie_autotest_simulcast.cc378 error = vie_codec->SetSendCodec(video_channel, video_codec); in VideoEngineSimulcastTest()
492 if (vie_codec->SetSendCodec(video_channel, video_codec) != 0) { in VideoEngineSimulcastTest()
Dvie_autotest_custom_call.cc385 error = voe_codec->SetSendCodec(audio_channel, audio_codec); in ViECustomCall()
511 error = vie_codec->SetSendCodec(video_channel, video_send_codec); in ViECustomCall()
629 error = vie_codec->SetSendCodec(video_channel, video_send_codec); in ViECustomCall()
647 error = vie_codec->SetSendCodec(video_channel, video_send_codec); in ViECustomCall()
665 error = vie_codec->SetSendCodec(video_channel, video_send_codec); in ViECustomCall()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_codec_unittest.cc116 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, primary_)); in TEST_F()
133 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, primary_)); in TEST_F()
157 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, primary_)); in TEST_F()
Dvoe_codec_impl.h28 virtual int SetSendCodec(int channel, const CodecInst& codec);
Dvoe_codec_impl.cc87 int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) in SetSendCodec() function in webrtc::VoECodecImpl
140 if (channelPtr->SetSendCodec(copyCodec) != 0) in SetSendCodec()
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_video_channel.cc39 EXPECT_EQ(0, ViE.codec->SetSendCodec(videoChannel, videoCodec)); in TbVideoChannel()
68 EXPECT_EQ(0, ViE.codec->SetSendCodec(videoChannel, videoCodec)); in SetFrameSettings()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc74 voe_codec_->SetSendCodec(channel_, codec); in SetUpLocalPlayback()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dbase_primitives.cc32 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, video_codec)); in ConfigureCodecsToI420()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_codec.h61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_codec_impl.h33 virtual int SetSendCodec(const int video_channel,
Dvie_codec_impl.cc136 int ViECodecImpl::SetSendCodec(const int video_channel, in SetSendCodec() function in webrtc::ViECodecImpl
205 if ((*it)->SetSendCodec(video_codec_internal, new_rtp_stream) != 0) { in SetSendCodec()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
Dvoe_cpu_test.cc74 CHECK(codec->SetSendCodec(channel, isac)); in DoTest()
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
Daudio_e2e_harness.cc68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params)); in RunHarness()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dcodec_database.h71 bool SetSendCodec(const VideoCodec* send_codec,
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_codec.h104 virtual int SetSendCodec(const int video_channel,
/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc307 res = codec->SetSendCodec(chan, cinst); in RunTest()
325 res = codec->SetSendCodec(channels[i], cinst); in RunTest()
460 res = codec->SetSendCodec(chan, cinst); in RunTest()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvoiceengine.h399 bool SetSendCodec(const webrtc::CodecInst& send_codec);
400 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
Dwebrtcvideoengine.h339 bool SetSendCodec(const webrtc::VideoCodec& codec);
340 bool SetSendCodec(WebRtcVideoChannelSendInfo* send_channel,
Dwebrtcvideoengine.cc1801 if (!SetSendCodec(codec)) { in SetSendCodecs()
1961 if (!SetSendCodec(send_channel, *send_codec_)) { in AddSendStream()
2936 return SetSendCodec(new_codec); in SetStartSendBandwidth()
2951 if (!SetSendCodec(new_codec)) { in SetMaxSendBandwidth()
3042 if (!SetSendCodec(new_codec)) { in SetOptions()
3666 bool WebRtcVideoMediaChannel::SetSendCodec(const webrtc::VideoCodec& codec) { in SetSendCodec() function in cricket::WebRtcVideoMediaChannel
3671 ret_val = SetSendCodec(send_channel, codec) && ret_val; in SetSendCodec()
3683 SetSendCodec(send_channel, *send_codec_); in SetSendCodec()
3690 bool WebRtcVideoMediaChannel::SetSendCodec( in SetSendCodec() function in cricket::WebRtcVideoMediaChannel
3749 if (0 != engine()->vie()->codec()->SetSendCodec(channel_id, target_codec)) { in SetSendCodec()
[all …]
Dwebrtcvoiceengine.cc2098 if (!SetSendCodec(channel, send_codec)) in SetSendCodecs()
2221 bool WebRtcVoiceMediaChannel::SetSendCodec( in SetSendCodecs() function in cricket::WebRtcVoiceMediaChannel
2227 if (!SetSendCodec(iter->second->channel(), send_codec)) in SetSendCodecs()
2234 bool WebRtcVoiceMediaChannel::SetSendCodec( in SetSendCodecs() function in cricket::WebRtcVoiceMediaChannel
2246 if (engine()->voe()->codec()->SetSendCodec(channel, send_codec) == -1) { in SetSendCodecs()
2247 LOG_RTCERR2(SetSendCodec, channel, ToString(send_codec)); in SetSendCodecs()
3170 if (!SetSendCodec(codec)) { in SetSendCodecs()

12