Home
last modified time | relevance | path

Searched refs:subtype_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Ddecoder_database.h73 RTC_DCHECK_EQ(!!cng_decoder_, subtype_ == Subtype::kComfortNoise); in IsComfortNoise()
74 return subtype_ == Subtype::kComfortNoise; in IsComfortNoise()
78 bool IsDtmf() const { return subtype_ == Subtype::kDtmf; } in IsDtmf()
81 bool IsRed() const { return subtype_ == Subtype::kRed; } in IsRed()
112 const Subtype subtype_; variable
Ddecoder_database.cc48 subtype_(SubtypeFromFormat(audio_format)) {} in DecoderInfo()
60 if (subtype_ != Subtype::kNormal) { in GetDecoder()