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

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_before_streaming_test.cc 53 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
58 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
73 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
79 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance_));
dtmf_test.cc 70 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance));
mixing_test.cc 183 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(stream, codec_inst));
  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 82 virtual int SetRecPayloadType(int channel, const CodecInst& codec) = 0;
86 // type, or a value earlier set with SetRecPayloadType().
  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.h 39 int SetRecPayloadType(int channel, const CodecInst& codec) override;
voe_codec_impl.cc 161 int VoECodecImpl::SetRecPayloadType(int channel, const CodecInst& codec) {
163 "SetRecPayloadType(channel=%d, codec)", channel);
180 return channelPtr->SetRecPayloadType(codec);
channel.h 218 int32_t SetRecPayloadType(const CodecInst& codec);
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 73 CHECK(codec->SetRecPayloadType(channel, isac));
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
fakewebrtcvoiceengine.h 421 WEBRTC_FUNC(SetRecPayloadType, (int channel,
  /external/webrtc/webrtc/test/
mock_voice_engine.h 129 MOCK_METHOD2(SetRecPayloadType, int(int channel, const CodecInst& codec));

Completed in 846 milliseconds