HomeSort by relevance Sort by last modified time
    Searched refs:GetRecPayloadType (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_before_streaming_test.cc 38 EXPECT_NE(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
43 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
45 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
54 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
59 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
70 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
74 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
80 EXPECT_EQ(0, voe_codec_->GetRecPayloadType(channel_, codec_instance_));
  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 87 virtual int GetRecPayloadType(int channel, CodecInst& codec) = 0;
  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.h 41 int GetRecPayloadType(int channel, CodecInst& codec) override;
voe_codec_impl.cc 177 "GetRecPayloadType() failed to locate channel");
183 int VoECodecImpl::GetRecPayloadType(int channel, CodecInst& codec) {
192 "GetRecPayloadType() failed to locate channel");
195 return channelPtr->GetRecPayloadType(codec);
channel.h 219 int32_t GetRecPayloadType(CodecInst& codec);
channel.cc     [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 130 MOCK_METHOD2(GetRecPayloadType, int(int channel, CodecInst& codec));
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 490 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
495 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
537 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, opus));
560 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, opus));
582 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, opus));
603 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec));
609 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec));
626 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num2, gcodec));
    [all...]
fakewebrtcvoiceengine.h 460 WEBRTC_FUNC(GetRecPayloadType, (int channel, webrtc::CodecInst& codec)) {

Completed in 50 milliseconds