Searched refs:CodecList (Results 1 – 1 of 1) sorted by relevance
84 const std::map<std::string, CodecTypeAndInfo>& CodecList() { in CodecList() function278 for (const auto& c : CodecList()) { in RunRtpEncode()284 const auto codec_it = CodecList().find(absl::GetFlag(FLAGS_codec)); in RunRtpEncode()285 if (codec_it == CodecList().end()) { in RunRtpEncode()