Searched refs:SetRecPayloadType (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_before_streaming_test.cc52 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
57 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
72 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
78 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
H A Ddtmf_test.cc82 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance));
H A Dmixing_test.cc183 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(stream, codec_inst));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h38 virtual int SetRecPayloadType(int channel,
H A Dvoe_codec_impl.cc216 int VoECodecImpl::SetRecPayloadType(int channel, const CodecInst& codec) function in class:webrtc::VoECodecImpl
219 "SetRecPayloadType(channel=%d, codec)", channel);
237 return channelPtr->SetRecPayloadType(codec);
H A Dchannel.h206 int32_t SetRecPayloadType(const CodecInst& codec);
H A Dchannel.cc1535 Channel::SetRecPayloadType(const CodecInst& codec) function in class:webrtc::voe::Channel
1538 "Channel::SetRecPayloadType()");
1544 "SetRecPayloadType() unable to set PT while playing");
1551 "SetRecPayloadType() unable to set PT while listening");
1576 "SetRecPayloadType() RTP/RTCP-module deregistration "
1584 "SetRecPayloadType() ACM deregistration failed - 1");
1608 "SetRecPayloadType() RTP/RTCP-module registration failed");
1619 "SetRecPayloadType() ACM registration failed - 1");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h93 virtual int SetRecPayloadType(int channel, const CodecInst& codec) = 0;
97 // type, or a value earlier set with SetRecPayloadType().
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_cpu_test.cc73 CHECK(codec->SetRecPayloadType(channel, isac));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc1996 if (engine()->voe()->codec()->SetRecPayloadType(
1998 LOG_RTCERR2(SetRecPayloadType, voe_channel(), ToString(voe_codec));
2006 if (engine()->voe()->codec()->SetRecPayloadType(
2008 LOG_RTCERR2(SetRecPayloadType, it->second->channel(),
2725 if (engine()->voe()->codec()->SetRecPayloadType(
2727 LOG_RTCERR2(SetRecPayloadType, channel, ToString(voe_codec));
3607 if (engine()->voe()->codec()->SetRecPayloadType(
3609 LOG_RTCERR2(SetRecPayloadType, channel, ToString(voe_codec));
H A Dfakewebrtcvoiceengine.h571 WEBRTC_FUNC(SetRecPayloadType, (int channel,
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc953 TEST2(_veCodecPtr->SetRecPayloadType(_channel, codec) == 0,

Completed in 3954 milliseconds