Searched refs:BlockType (Results 1 – 8 of 8) sorted by relevance
| /webrtc/rtcp/src/extended_report/ |
| H A D | mod.rs | 36 pub enum BlockType { enum 48 impl From<u8> for BlockType { implementation 51 1 => BlockType::LossRLE, in from() 52 2 => BlockType::DuplicateRLE, in from() 53 3 => BlockType::PacketReceiptTimes, in from() 55 5 => BlockType::DLRR, in from() 56 6 => BlockType::StatisticsSummary, in from() 57 7 => BlockType::VoIPMetrics, in from() 58 _ => BlockType::Unknown, in from() 64 impl fmt::Display for BlockType { implementation [all …]
|
| H A D | rle.rs | 132 BlockType::LossRLE in xr_header() 134 BlockType::DuplicateRLE in xr_header() 224 let is_loss_rle = xr_header.block_type == BlockType::LossRLE; in unmarshal()
|
| H A D | unknown.rs | 19 block_type: BlockType::Unknown, in xr_header()
|
| H A D | rrt.rs | 31 block_type: BlockType::ReceiverReferenceTime, in xr_header()
|
| H A D | prt.rs | 46 block_type: BlockType::PacketReceiptTimes, in xr_header()
|
| H A D | dlrr.rs | 51 block_type: BlockType::DLRR, in xr_header()
|
| H A D | ssr.rs | 107 block_type: BlockType::StatisticsSummary, in xr_header()
|
| H A D | vm.rs | 64 block_type: BlockType::VoIPMetrics, in xr_header()
|