Searched refs:kPcmA (Results 1 – 7 of 7) sorted by relevance
29 enum class Type { kPcmU, kPcmA }; enumerator31 return (type == Type::kPcmU || type == Type::kPcmA) && num_channels >= 1; in IsOk()
29 enum class Type { kPcmU, kPcmA }; enumerator31 return (type == Type::kPcmU || type == Type::kPcmA) && in IsOk()
29 config.type = is_pcmu ? Config::Type::kPcmU : Config::Type::kPcmA; in SdpToConfig()52 case Config::Type::kPcmA: in MakeAudioDecoder()
31 config.type = is_pcmu ? Config::Type::kPcmU : Config::Type::kPcmA; in SdpToConfig()74 case Config::Type::kPcmA: { in MakeAudioEncoder()
67 kPcmA, enumerator91 {"pcma", {CodecType::kPcmA, 8, false}}, in CodecList()213 case CodecType::kPcmA: { in CreateEncoder()217 : AudioEncoderG711::Config::Type::kPcmA; in CreateEncoder()
109 return AudioEncoder::CodecType::kPcmA; in GetCodecType()
76 kPcmA = 3, enumerator