OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodecFEC
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
TestRedFec.cc
364
EXPECT_TRUE(_acmA->
CodecFEC
());
373
EXPECT_FALSE(_acmA->
CodecFEC
());
398
EXPECT_FALSE(_acmA->
CodecFEC
());
403
EXPECT_FALSE(_acmA->
CodecFEC
());
409
EXPECT_FALSE(_acmA->
CodecFEC
());
414
EXPECT_FALSE(_acmA->
CodecFEC
());
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
329
// bool
CodecFEC
()
336
virtual bool
CodecFEC
() const = 0;
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h
86
bool
CodecFEC
() const override;
audio_coding_module_impl.cc
474
bool AudioCodingModuleImpl::
CodecFEC
() const {
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 1434 milliseconds