OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRecCodec
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_codec.h
74
virtual int
GetRecCodec
(int channel, CodecInst& codec) = 0;
/external/webrtc/webrtc/voice_engine/
voe_codec_impl.h
32
int
GetRecCodec
(int channel, CodecInst& codec) override;
voe_codec_impl.cc
146
int VoECodecImpl::
GetRecCodec
(int channel, CodecInst& codec) {
155
"
GetRecCodec
() failed to locate channel");
158
return channelPtr->
GetRecCodec
(codec);
channel.h
213
int32_t
GetRecCodec
(CodecInst& codec);
channel.cc
[
all
...]
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
198
if (codec->
GetRecCodec
(config_.voe_channel_id, codec_inst) == -1) {
audio_receive_stream_unittest.cc
146
EXPECT_CALL(voice_engine_,
GetRecCodec
(kChannelId, _))
/external/webrtc/webrtc/test/
mock_voice_engine.h
128
MOCK_METHOD2(
GetRecCodec
, int(int channel, CodecInst& codec));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
420
WEBRTC_STUB(
GetRecCodec
, (int channel, webrtc::CodecInst& codec));
Completed in 341 milliseconds