Searched refs:subtype_ (Results 1 – 2 of 2) sorted by relevance
73 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
48 subtype_(SubtypeFromFormat(audio_format)) {} in DecoderInfo()60 if (subtype_ != Subtype::kNormal) { in GetDecoder()