OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCodecValid
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc
90
bool AudioCodingModule::
IsCodecValid
(const CodecInst& codec) {
91
bool valid = acm2::RentACodec::
IsCodecValid
(codec);
rent_a_codec.h
171
static bool
IsCodecValid
(const CodecInst& codec_inst);
rent_a_codec.cc
81
bool RentACodec::
IsCodecValid
(const CodecInst& codec_inst) {
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
159
// bool
IsCodecValid
()
170
static bool
IsCodecValid
(const CodecInst& codec);
/external/webrtc/webrtc/voice_engine/
voe_codec_impl.cc
100
if (!AudioCodingModule::
IsCodecValid
(codec)) {
Completed in 3555 milliseconds