Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Drrtr.cc31 RTC_DCHECK(buffer[0] == kBlockType); in Parse()
41 buffer[0] = kBlockType; in Create()
Ddlrr.cc36 RTC_DCHECK(buffer[0] == kBlockType); in Parse()
69 buffer[0] = kBlockType; in Create()
Dvoip_metric.cc46 RTC_DCHECK(buffer[0] == kBlockType); in Parse()
77 buffer[0] = kBlockType; in Create()
Drrtr.h23 static const uint8_t kBlockType = 4;
Dvoip_metric.h23 static const uint8_t kBlockType = 7;
Ddlrr.h32 static const uint8_t kBlockType = 5; variable
Ddlrr_unittest.cc61 buffer[0] = Dlrr::kBlockType; in TEST()