Searched refs:FORMAT_PLI (Results 1 – 4 of 4) sorted by relevance
39 count: FORMAT_PLI, in header()119 if h.packet_type != PacketType::PayloadSpecificFeedback || h.count != FORMAT_PLI { in unmarshal()
140 count: FORMAT_PLI, in test_picture_loss_indication_unmarshal_header()
26 pub const FORMAT_PLI: u8 = 1; constant
105 FORMAT_PLI => Box::new(PictureLossIndication::unmarshal(&mut in_packet)?), in unmarshaller()