Searched refs:FullIntraRequest (Results 1 – 4 of 4) sorted by relevance
16 FullIntraRequest { in test_full_intra_request_unmarshal()37 FullIntraRequest { in test_full_intra_request_unmarshal()56 FullIntraRequest::default(), in test_full_intra_request_unmarshal()65 FullIntraRequest::default(), in test_full_intra_request_unmarshal()77 FullIntraRequest::default(), in test_full_intra_request_unmarshal()89 FullIntraRequest::default(), in test_full_intra_request_unmarshal()95 let got = FullIntraRequest::unmarshal(&mut data); in test_full_intra_request_unmarshal()124 FullIntraRequest { in test_full_intra_request_round_trip()136 FullIntraRequest { in test_full_intra_request_round_trip()165 let actual = FullIntraRequest::unmarshal(&mut data) in test_full_intra_request_round_trip()[all …]
24 pub struct FullIntraRequest { struct32 impl fmt::Display for FullIntraRequest { argument42 impl Packet for FullIntraRequest { implementation72 .downcast_ref::<FullIntraRequest>() in equal()81 impl MarshalSize for FullIntraRequest { implementation89 impl Marshal for FullIntraRequest { implementation118 impl Unmarshal for FullIntraRequest { implementation162 Ok(FullIntraRequest { in unmarshal()
9 use rtcp::payload_feedbacks::full_intra_request::FullIntraRequest;467 } else if let Some(fir) = p.as_any().downcast_ref::<FullIntraRequest>() { in read()635 if let Some(fir) = p.as_any().downcast_ref::<FullIntraRequest>() { in write()840 use rtcp::payload_feedbacks::full_intra_request::{FirEntry, FullIntraRequest};1025 Box::new(FullIntraRequest { in test_stats_interceptor_rtcp()1087 Box::new(FullIntraRequest { in test_stats_interceptor_rtcp()
108 FORMAT_FIR => Box::new(FullIntraRequest::unmarshal(&mut in_packet)?), in unmarshaller()