Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 16 of 16) sorted by relevance

/webrtc/rtcp/src/
H A Dheader.rs95 pub packet_type: PacketType, field
129 buf.put_u8(self.packet_type as u8); in marshal_to()
162 let packet_type = PacketType::from(raw_packet.get_u8()); in unmarshal() localVariable
168 packet_type, in unmarshal()
191 packet_type: PacketType::ReceiverReport, in test_header_unmarshal()
205 packet_type: PacketType::ApplicationDefined, in test_header_unmarshal()
219 packet_type: PacketType::Unsupported, in test_header_unmarshal()
260 packet_type: PacketType::SenderReport, in test_header_roundtrip()
270 packet_type: PacketType::ReceiverReport, in test_header_roundtrip()
280 packet_type: PacketType::Unsupported, in test_header_roundtrip()
H A Dpacket.rs92 let p: Box<dyn Packet + Send + Sync> = match h.packet_type { in unmarshaller()
/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/
H A Dmod.rs40 packet_type: PacketType::PayloadSpecificFeedback, in header()
119 if h.packet_type != PacketType::PayloadSpecificFeedback || h.count != FORMAT_PLI { in unmarshal()
H A Dpicture_loss_indication_test.rs141 packet_type: PacketType::PayloadSpecificFeedback, in test_picture_loss_indication_unmarshal_header()
/webrtc/rtcp/src/transport_feedbacks/rapid_resynchronization_request/
H A Dmod.rs42 packet_type: PacketType::TransportSpecificFeedback, in header()
122 if h.packet_type != PacketType::TransportSpecificFeedback || h.count != FORMAT_RRR { in unmarshal()
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/
H A Dmod.rs47 packet_type: PacketType::PayloadSpecificFeedback, in header()
136 if h.packet_type != PacketType::PayloadSpecificFeedback || h.count != FORMAT_FIR { in unmarshal()
H A Dfull_intra_request_test.rs187 packet_type: PacketType::PayloadSpecificFeedback, in test_full_intra_request_unmarshal_header()
/webrtc/rtcp/src/goodbye/
H A Dmod.rs40 packet_type: PacketType::Goodbye, in header()
153 if header.packet_type != PacketType::Goodbye { in unmarshal()
/webrtc/rtcp/src/receiver_report/
H A Dmod.rs54 packet_type: PacketType::ReceiverReport, in header()
196 if header.packet_type != PacketType::ReceiverReport { in unmarshal()
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/
H A Dmod.rs55 packet_type: PacketType::TransportSpecificFeedback, in header()
144 if h.packet_type != PacketType::TransportSpecificFeedback || h.count != FORMAT_SLI { in unmarshal()
/webrtc/rtcp/src/payload_feedbacks/receiver_estimated_maximum_bitrate/
H A Dmod.rs62 packet_type: PacketType::PayloadSpecificFeedback, in header()
215 if header.packet_type != PacketType::PayloadSpecificFeedback || header.count != FORMAT_REMB in unmarshal()
/webrtc/rtcp/src/sender_report/
H A Dmod.rs89 packet_type: PacketType::SenderReport, in header()
257 if header.packet_type != PacketType::SenderReport { in unmarshal()
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/
H A Dmod.rs131 packet_type: PacketType::TransportSpecificFeedback, in header()
217 if h.packet_type != PacketType::TransportSpecificFeedback || h.count != FORMAT_TLN { in unmarshal()
/webrtc/rtcp/src/extended_report/
H A Dmod.rs174 packet_type: PacketType::ExtendedReport, in header()
259 if header.packet_type != PacketType::ExtendedReport { in unmarshal()
/webrtc/rtcp/src/source_description/
H A Dmod.rs296 packet_type: PacketType::SourceDescription, in header()
412 if h.packet_type != PacketType::SourceDescription { in unmarshal()
/webrtc/rtcp/src/transport_feedbacks/transport_layer_cc/
H A Dmod.rs474 packet_type: PacketType::TransportSpecificFeedback, in header()
586 if h.packet_type != PacketType::TransportSpecificFeedback || h.count != FORMAT_TCC { in unmarshal()