Home
last modified time | relevance | path

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

/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/
H A Dheader.rs19 PayloadSpecificFeedback = 206, // RFC 4585, 6.3 enumerator
49 PacketType::PayloadSpecificFeedback => "PSFB", in fmt()
65 206 => PacketType::PayloadSpecificFeedback, // RFC 4585, 6.3 in from()
H A Dpacket.rs104 PacketType::PayloadSpecificFeedback => match h.count { in unmarshaller()
/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/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()