Searched refs:kUlpfecCodecName (Results 1 – 4 of 4) sorted by relevance
44 const char kUlpfecCodecName[] = "ulpfec"; variable
48 extern const char kUlpfecCodecName[];
274 if (_stricmp(payload_name, kUlpfecCodecName) == 0) { in GetCodecType()
343 codecs.push_back(VideoCodec(kDefaultUlpfecType, kUlpfecCodecName)); in DefaultVideoCodecList()