Home
last modified time | relevance | path

Searched refs:GetRecCodec (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h74 virtual int GetRecCodec(int channel, CodecInst& codec) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.h32 int GetRecCodec(int channel, CodecInst& codec) override;
Dvoe_codec_impl.cc146 int VoECodecImpl::GetRecCodec(int channel, CodecInst& codec) { in GetRecCodec() function in webrtc::VoECodecImpl
158 return channelPtr->GetRecCodec(codec); in GetRecCodec()
Dchannel.h213 int32_t GetRecCodec(CodecInst& codec);
Dchannel.cc1384 Channel::GetRecCodec(CodecInst& codec) in GetRecCodec() function in webrtc::voe::Channel
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc198 if (codec->GetRecCodec(config_.voe_channel_id, codec_inst) == -1) { in GetStats()
Daudio_receive_stream_unittest.cc146 EXPECT_CALL(voice_engine_, GetRecCodec(kChannelId, _)) in SetupMockForGetStats()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h128 MOCK_METHOD2(GetRecCodec, int(int channel, CodecInst& codec));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h420 WEBRTC_STUB(GetRecCodec, (int channel, webrtc::CodecInst& codec));