Searched refs:pli (Results 1 – 3 of 3) sorted by relevance
148 let pli = PictureLossIndication::unmarshal(&mut data)?; in test_picture_loss_indication_unmarshal_header() localVariable151 pli.header(), in test_picture_loss_indication_unmarshal_header()155 pli.header(), in test_picture_loss_indication_unmarshal_header()
163 let pli = picture_loss_indication::PictureLossIndication::unmarshal(&mut reader)?; in get_sender_ssrc() localVariable165 Ok(pli.sender_ssrc) in get_sender_ssrc()
473 } else if let Some(pli) = p.as_any().downcast_ref::<PictureLossIndication>() { in read()474 let e = acc.entry(pli.media_ssrc).or_default(); in read()640 } else if let Some(pli) = p.as_any().downcast_ref::<PictureLossIndication>() { in write()641 let e = acc.entry(pli.media_ssrc).or_default(); in write()