Home
last modified time | relevance | path

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

/webrtc/rtcp/src/extended_report/
H A Dmod.rs93 pub block_type: BlockType, field
111 buf.put_u8(self.block_type as u8); in marshal_to()
130 let block_type: BlockType = raw_packet.get_u8().into(); in unmarshal() localVariable
135 block_type, in unmarshal()
272 let block_type: BlockType = raw_packet.chunk()[0].into(); in unmarshal() localVariable
273 let report: Box<dyn Packet + Send + Sync> = match block_type { in unmarshal()
H A Drle.rs131 block_type: if self.is_loss_rle { in xr_header()
224 let is_loss_rle = xr_header.block_type == BlockType::LossRLE; in unmarshal()
H A Dunknown.rs19 block_type: BlockType::Unknown, in xr_header()
H A Drrt.rs31 block_type: BlockType::ReceiverReferenceTime, in xr_header()
H A Dprt.rs46 block_type: BlockType::PacketReceiptTimes, in xr_header()
H A Ddlrr.rs51 block_type: BlockType::DLRR, in xr_header()
H A Dssr.rs107 block_type: BlockType::StatisticsSummary, in xr_header()
H A Dvm.rs64 block_type: BlockType::VoIPMetrics, in xr_header()