Searched refs:kBlockType (Results 1 – 9 of 9) sorted by relevance
20 constexpr uint8_t TargetBitrate::kBlockType; member in webrtc::rtcp::TargetBitrate72 RTC_DCHECK_EQ(block[0], kBlockType); in Parse()111 buffer[0] = kBlockType; in Create()
31 RTC_DCHECK(buffer[0] == kBlockType); in Parse()41 buffer[0] = kBlockType; in Create()
80 case Rrtr::kBlockType: in Parse()83 case Dlrr::kBlockType: in Parse()86 case TargetBitrate::kBlockType: in Parse()
44 RTC_DCHECK(buffer[0] == kBlockType); in Parse()77 buffer[0] = kBlockType; in Create()
28 const uint8_t kPacket[] = { TargetBitrate::kBlockType, // Block ID.90 const uint8_t kNullPacket[] = {TargetBitrate::kBlockType, 0x00, 0x00, 0x00}; in TEST()
25 static const uint8_t kBlockType = 4;
26 static constexpr uint8_t kBlockType = 42;
35 static const uint8_t kBlockType = 5;
61 buffer[0] = Dlrr::kBlockType; in TEST()