Searched refs:SetRecPayloadType (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_before_streaming_test.cc | 53 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_)); in TEST_F() 58 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_)); in TEST_F() 73 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_)); in TEST_F() 79 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_)); in TEST_F()
|
D | dtmf_test.cc | 70 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance)); in TEST_F()
|
D | mixing_test.cc | 183 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(stream, codec_inst)); in StartRemoteStream()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 39 int SetRecPayloadType(int channel, const CodecInst& codec) override;
|
D | voe_codec_impl.cc | 161 int VoECodecImpl::SetRecPayloadType(int channel, const CodecInst& codec) { in SetRecPayloadType() function in webrtc::VoECodecImpl 180 return channelPtr->SetRecPayloadType(codec); in SetRecPayloadType()
|
D | channel.h | 218 int32_t SetRecPayloadType(const CodecInst& codec);
|
D | channel.cc | 1475 Channel::SetRecPayloadType(const CodecInst& codec) in SetRecPayloadType() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 82 virtual int SetRecPayloadType(int channel, const CodecInst& codec) = 0;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_cpu_test.cc | 73 CHECK(codec->SetRecPayloadType(channel, isac)); in DoTest()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 1446 if (engine()->voe()->codec()->SetRecPayloadType( in SetRecvCodecs() 1448 LOG_RTCERR2(SetRecPayloadType, ch.second->channel(), in SetRecvCodecs() 1974 if (engine()->voe()->codec()->SetRecPayloadType(channel, voe_codec) == -1) { in AddRecvStream() 1975 LOG_RTCERR2(SetRecPayloadType, channel, ToString(voe_codec)); in AddRecvStream() 1986 if (engine()->voe()->codec()->SetRecPayloadType( in AddRecvStream() 1988 LOG_RTCERR2(SetRecPayloadType, channel, ToString(voe_codec)); in AddRecvStream()
|
D | fakewebrtcvoiceengine.h | 421 WEBRTC_FUNC(SetRecPayloadType, (int channel,
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 129 MOCK_METHOD2(SetRecPayloadType, int(int channel, const CodecInst& codec));
|