Searched refs:GetRecPayloadType (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_before_streaming_test.cc | 38 EXPECT_NE(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 43 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 45 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 54 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 59 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 70 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 74 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F() 80 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_)); in TEST_F()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 41 int GetRecPayloadType(int channel, CodecInst& codec) override;
|
D | voe_codec_impl.cc | 183 int VoECodecImpl::GetRecPayloadType(int channel, CodecInst& codec) { in GetRecPayloadType() function in webrtc::VoECodecImpl 195 return channelPtr->GetRecPayloadType(codec); in GetRecPayloadType()
|
D | channel.h | 219 int32_t GetRecPayloadType(CodecInst& codec);
|
D | channel.cc | 1567 Channel::GetRecPayloadType(CodecInst& codec) in GetRecPayloadType() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 87 virtual int GetRecPayloadType(int channel, CodecInst& codec) = 0;
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine_unittest.cc | 490 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec)); in TEST_F() 495 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec)); in TEST_F() 537 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, opus)); in TEST_F() 560 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, opus)); in TEST_F() 582 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, opus)); in TEST_F() 603 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec)); in TEST_F() 609 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec)); in TEST_F() 626 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec)); in TEST_F() 2454 EXPECT_EQ(-1, voe_.GetRecPayloadType(channel_num2, gcodec)); in TEST_F()
|
D | fakewebrtcvoiceengine.h | 460 WEBRTC_FUNC(GetRecPayloadType, (int channel, webrtc::CodecInst& codec)) {
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 130 MOCK_METHOD2(GetRecPayloadType, int(int channel, CodecInst& codec));
|