HomeSort by relevance Sort by last modified time
    Searched refs:kBlockType (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rrtr.cc 31 RTC_DCHECK(buffer[0] == kBlockType);
41 buffer[0] = kBlockType;
rrtr.h 23 static const uint8_t kBlockType = 4;
dlrr.h 32 static const uint8_t kBlockType = 5;
voip_metric.h 23 static const uint8_t kBlockType = 7;
dlrr.cc 36 RTC_DCHECK(buffer[0] == kBlockType);
69 buffer[0] = kBlockType;
voip_metric.cc 46 RTC_DCHECK(buffer[0] == kBlockType);
77 buffer[0] = kBlockType;
dlrr_unittest.cc 61 buffer[0] = Dlrr::kBlockType;

Completed in 541 milliseconds