Searched refs:SupportedRtcpTypes (Results 1 – 1 of 1) sorted by relevance
407 enum class SupportedRtcpTypes { in NewRtcpPacketIncoming() enum419 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 …]