Home
last modified time | relevance | path

Searched refs:FORMAT_PLI (Results 1 – 4 of 4) sorted by relevance

/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/
H A Dmod.rs39 count: FORMAT_PLI, in header()
119 if h.packet_type != PacketType::PayloadSpecificFeedback || h.count != FORMAT_PLI { in unmarshal()
H A Dpicture_loss_indication_test.rs140 count: FORMAT_PLI, in test_picture_loss_indication_unmarshal_header()
/webrtc/rtcp/src/
H A Dheader.rs26 pub const FORMAT_PLI: u8 = 1; constant
H A Dpacket.rs105 FORMAT_PLI => Box::new(PictureLossIndication::unmarshal(&mut in_packet)?), in unmarshaller()