Searched refs:GetRecCodec (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 74 virtual int GetRecCodec(int channel, CodecInst& codec) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 32 int GetRecCodec(int channel, CodecInst& codec) override;
|
D | voe_codec_impl.cc | 146 int VoECodecImpl::GetRecCodec(int channel, CodecInst& codec) { in GetRecCodec() function in webrtc::VoECodecImpl 158 return channelPtr->GetRecCodec(codec); in GetRecCodec()
|
D | channel.h | 213 int32_t GetRecCodec(CodecInst& codec);
|
D | channel.cc | 1384 Channel::GetRecCodec(CodecInst& codec) in GetRecCodec() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream.cc | 198 if (codec->GetRecCodec(config_.voe_channel_id, codec_inst) == -1) { in GetStats()
|
D | audio_receive_stream_unittest.cc | 146 EXPECT_CALL(voice_engine_, GetRecCodec(kChannelId, _)) in SetupMockForGetStats()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 128 MOCK_METHOD2(GetRecCodec, int(int channel, CodecInst& codec));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 420 WEBRTC_STUB(GetRecCodec, (int channel, webrtc::CodecInst& codec));
|