Home
last modified time | relevance | path

Searched refs:SupportedRtcpTypes (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc407 enum class SupportedRtcpTypes { in NewRtcpPacketIncoming() enum
419 SupportedRtcpTypes type = static_cast<SupportedRtcpTypes>( in NewRtcpPacketIncoming()
420 prng_.Rand(0, static_cast<int>(SupportedRtcpTypes::kNumValues) - 1)); in NewRtcpPacketIncoming()
422 case SupportedRtcpTypes::kSenderReport: { in NewRtcpPacketIncoming()
427 case SupportedRtcpTypes::kReceiverReport: { in NewRtcpPacketIncoming()
432 case SupportedRtcpTypes::kExtendedReports: { in NewRtcpPacketIncoming()
437 case SupportedRtcpTypes::kFir: { in NewRtcpPacketIncoming()
442 case SupportedRtcpTypes::kPli: { in NewRtcpPacketIncoming()
447 case SupportedRtcpTypes::kNack: { in NewRtcpPacketIncoming()
452 case SupportedRtcpTypes::kRemb: { in NewRtcpPacketIncoming()
[all …]