Home
last modified time | relevance | path

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

/webrtc/rtcp/src/extended_report/
H A Dmod.rs43 DLRR = 5, // RFC 3611, section 4.5 enumerator
55 5 => BlockType::DLRR, in from()
71 BlockType::DLRR => "DLRRReportBlockType", in fmt()
284 BlockType::DLRR => Box::new(DLRRReportBlock::unmarshal(raw_packet)?), in unmarshal()
H A Ddlrr.rs51 block_type: BlockType::DLRR, in xr_header()