Home
last modified time | relevance | path

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

/webrtc/rtcp/src/extended_report/
H A Dssr.rs93 pub fn xr_header(&self) -> XRHeader { in xr_header() method
155 let h = self.xr_header(); in marshal_to()
188 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
189 let block_length = xr_header.block_length * 4; in unmarshal()
195 let loss_reports = xr_header.type_specific & 0x80 != 0; in unmarshal()
196 let duplicate_reports = xr_header.type_specific & 0x40 != 0; in unmarshal()
197 let jitter_reports = xr_header.type_specific & 0x20 != 0; in unmarshal()
198 let ttl_or_hop_limit: TTLorHopLimitType = ((xr_header.type_specific & 0x18) >> 3).into(); in unmarshal()
H A Dprt.rs44 pub fn xr_header(&self) -> XRHeader { in xr_header() method
94 let h = self.xr_header(); in marshal_to()
120 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
121 let block_length = xr_header.block_length * 4; in unmarshal()
129 let t = xr_header.type_specific & 0x0F; in unmarshal()
H A Dunknown.rs17 pub fn xr_header(&self) -> XRHeader { in xr_header() method
67 let h = self.xr_header(); in marshal_to()
88 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
89 let block_length = xr_header.block_length * 4; in unmarshal()
H A Drle.rs129 pub fn xr_header(&self) -> XRHeader { in xr_header() method
189 let h = self.xr_header(); in marshal_to()
215 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
216 let block_length = xr_header.block_length * 4; in unmarshal()
224 let is_loss_rle = xr_header.block_type == BlockType::LossRLE; in unmarshal()
225 let t = xr_header.type_specific & 0x0F; in unmarshal()
H A Drrt.rs29 pub fn xr_header(&self) -> XRHeader { in xr_header() method
79 let h = self.xr_header(); in marshal_to()
100 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
101 let block_length = xr_header.block_length * 4; in unmarshal()
H A Ddlrr.rs49 pub fn xr_header(&self) -> XRHeader { in xr_header() method
103 let h = self.xr_header(); in marshal_to()
128 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
129 let block_length = xr_header.block_length * 4; in unmarshal()
H A Dvm.rs62 pub fn xr_header(&self) -> XRHeader { in xr_header() method
112 let h = self.xr_header(); in marshal_to()
154 let xr_header = XRHeader::unmarshal(raw_packet)?; in unmarshal() localVariable
155 let block_length = xr_header.block_length * 4; in unmarshal()