OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCodecValid
(Results
1 - 2
of
2
) 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.cc
81
bool RentACodec::
IsCodecValid
(const CodecInst& codec_inst) {
Completed in 81 milliseconds