| /external/webrtc/webrtc/voice_engine/include/ |
| voe_codec.h | 61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
| codec_test.cc | 29 EXPECT_EQ(0, voe_codec_->SetSendCodec(channel_, codec_instance_)); 146 voe_codec_->SetSendCodec(channel_, codec_instance_); 162 voe_codec_->SetSendCodec(channel_, codec_instance_); 174 voe_codec_->SetSendCodec(channel_, codec_instance_); 218 voe_codec_->SetSendCodec(channel_, codec_instance_); 227 if (voe_codec_->SetSendCodec(channel_, codec_instance_) != -1) { 228 // Note that it's fine for SetSendCodec to fail - what packet sizes
|
| mixing_test.cc | 190 EXPECT_EQ(0, voe_codec_->SetSendCodec(stream, codec_inst));
|
| /external/webrtc/webrtc/video/ |
| video_send_stream.h | 76 bool SetSendCodec(VideoCodec video_codec);
|
| video_send_stream.cc | 431 if (!SetSendCodec(video_codec)) 544 bool VideoSendStream::SetSendCodec(VideoCodec video_codec) { 566 if (vie_channel_->SetSendCodec(video_codec, false) != 0) {
|
| vie_channel.h | 87 int32_t SetSendCodec(const VideoCodec& video_codec, bool new_stream = true);
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
| before_streaming_fixture.cc | 78 voe_codec_->SetSendCodec(channel_, codec);
|
| /external/webrtc/webrtc/voice_engine/ |
| voe_codec_impl.h | 26 int SetSendCodec(int channel, const CodecInst& codec) override;
|
| voe_codec_impl.cc | 63 int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) { 65 "SetSendCodec(channel=%d, codec)", channel); 78 "SetSendCodec() invalid L16 packet size"); 85 "SetSendCodec() invalid codec name"); 90 "SetSendCodec() invalid number of channels"); 102 "SetSendCodec() invalid codec"); 105 if (channelPtr->SetSendCodec(codec) != 0) { 107 "SetSendCodec() failed to set send codec");
|
| channel.h | 214 int32_t SetSendCodec(const CodecInst& codec);
|
| /external/webrtc/webrtc/modules/video_coding/ |
| codec_database.h | 58 bool SetSendCodec(const VideoCodec* send_codec,
|
| video_sender.cc | 93 _codecDataBase.SetSendCodec(sendCodec, numberOfCores, maxPayloadSize);
|
| codec_database.cc | 193 bool VCMCodecDataBase::SetSendCodec(const VideoCodec* send_codec,
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/ |
| voe_cpu_test.cc | 74 CHECK(codec->SetSendCodec(channel, isac));
|
| voe_output_test.cc | 95 EXPECT_EQ(0, codec->SetSendCodec(channel_, kCodecInst));
|
| /external/webrtc/webrtc/tools/e2e_quality/audio/ |
| audio_e2e_harness.cc | 68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params));
|
| /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
| AndroidTest.java | 268 if (0 != SetSendCodec(_channel, _codecIndex)) {
461 if (0 != SetSendCodec(_channel, _codecIndex)) {
[all...] |
| /external/webrtc/talk/media/webrtc/ |
| webrtcvoiceengine.h | 239 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
|
| webrtcvoiceengine.cc | [all...] |
| /external/webrtc/webrtc/tools/agc/ |
| agc_harness.cc | 140 RTC_CHECK_EQ(0, codec_->SetSendCodec(channel_, codec_params));
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
| conference_transport.cc | 234 EXPECT_EQ(0, remote_codec_->SetSendCodec(new_sender, kCodecInst));
|
| /external/webrtc/webrtc/voice_engine/test/cmd_test/ |
| voe_cmd_test.cc | 311 res = codec->SetSendCodec(chan, cinst); 329 res = codec->SetSendCodec(channels[i], cinst); 473 res = codec->SetSendCodec(chan, cinst);
|
| /external/webrtc/webrtc/test/ |
| mock_voice_engine.h | 125 MOCK_METHOD2(SetSendCodec, int(int channel, const CodecInst& codec));
|
| call_test.cc | 274 EXPECT_EQ(0, voe_send_.codec->SetSendCodec(voe_send_.channel_id, isac));
|
| /external/webrtc/webrtc/call/ |
| call_perf_tests.cc | 297 EXPECT_EQ(0, voe_codec->SetSendCodec(send_channel_id, isac));
|