Home
last modified time | relevance | path

Searched refs:type_specific (Results 1 – 8 of 8) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dssr.rs94 let mut type_specific = 0x00; in xr_header() localVariable
96 type_specific |= 0x80; in xr_header()
99 type_specific |= 0x40; in xr_header()
102 type_specific |= 0x20; in xr_header()
104 type_specific |= (self.ttl_or_hop_limit as u8 & 0x03) << 3; in xr_header()
108 type_specific, in xr_header()
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 Dmod.rs94 pub type_specific: TypeSpecificField, field
112 buf.put_u8(self.type_specific); in marshal_to()
131 let type_specific = raw_packet.get_u8(); in unmarshal() localVariable
136 type_specific, in unmarshal()
H A Dprt.rs47 type_specific: self.t & 0x0F, in xr_header()
129 let t = xr_header.type_specific & 0x0F; in unmarshal()
H A Drle.rs136 type_specific: self.t & 0x0F, in xr_header()
225 let t = xr_header.type_specific & 0x0F; in unmarshal()
H A Dunknown.rs20 type_specific: 0, in xr_header()
H A Drrt.rs32 type_specific: 0, in xr_header()
H A Ddlrr.rs52 type_specific: 0, in xr_header()
H A Dvm.rs65 type_specific: 0, in xr_header()