Searched refs:kPcmU (Results 1 – 7 of 7) sorted by relevance
29 enum class Type { kPcmU, kPcmA }; enumerator31 return (type == Type::kPcmU || type == Type::kPcmA) && in IsOk()34 Type type = Type::kPcmU;
29 enum class Type { kPcmU, kPcmA }; enumerator31 return (type == Type::kPcmU || type == Type::kPcmA) && num_channels >= 1; in IsOk()
29 config.type = is_pcmu ? Config::Type::kPcmU : Config::Type::kPcmA; in SdpToConfig()50 case Config::Type::kPcmU: in MakeAudioDecoder()
31 config.type = is_pcmu ? Config::Type::kPcmU : Config::Type::kPcmA; in SdpToConfig()67 case Config::Type::kPcmU: { in MakeAudioEncoder()
66 kPcmU, enumerator90 {"pcmu", {CodecType::kPcmU, 0, false}}, in CodecList()212 case CodecType::kPcmU: in CreateEncoder()215 config.type = codec_type == CodecType::kPcmU in CreateEncoder()216 ? AudioEncoderG711::Config::Type::kPcmU in CreateEncoder()
123 return AudioEncoder::CodecType::kPcmU; in GetCodecType()
77 kPcmU = 4, enumerator