Searched refs:TransportLayerCc (Results 1 – 6 of 6) sorted by relevance
292 TransportLayerCc { in test_transport_layer_cc_unmarshal()318 TransportLayerCc { in test_transport_layer_cc_unmarshal()373 TransportLayerCc { in test_transport_layer_cc_unmarshal()427 TransportLayerCc { in test_transport_layer_cc_unmarshal()477 TransportLayerCc { in test_transport_layer_cc_unmarshal()531 TransportLayerCc { in test_transport_layer_cc_unmarshal()592 TransportLayerCc { in test_transport_layer_cc_unmarshal()618 TransportLayerCc { in test_transport_layer_cc_marshal()644 TransportLayerCc { in test_transport_layer_cc_marshal()698 TransportLayerCc { in test_transport_layer_cc_marshal()[all …]
430 pub struct TransportLayerCc { struct449 impl fmt::Display for TransportLayerCc { argument469 impl Packet for TransportLayerCc { implementation504 .downcast_ref::<TransportLayerCc>() in equal()513 impl MarshalSize for TransportLayerCc { implementation521 impl Marshal for TransportLayerCc { implementation560 impl Unmarshal for TransportLayerCc { implementation707 Ok(TransportLayerCc { in unmarshal()
9 SymbolTypeTcc, TransportLayerCc,82 if let Some(cc) = pkts[0].as_any().downcast_ref::<TransportLayerCc>() { in test_twcc_receiver_interceptor_after_rtp_packets()150 if let Some(cc) = pkts[0].as_any().downcast_ref::<TransportLayerCc>() { in test_twcc_receiver_interceptor_different_delays_between_rtp_packets()229 if let Some(cc) = pkts[0].as_any().downcast_ref::<TransportLayerCc>() { in test_twcc_receiver_interceptor_packet_loss()317 if let Some(cc) = pkts[0].as_any().downcast_ref::<TransportLayerCc>() { in test_twcc_receiver_interceptor_overflow()
9 SymbolSizeTypeTcc, SymbolTypeTcc, TransportLayerCc,95 rtcp: TransportLayerCc,110 rtcp: TransportLayerCc { in new()127 fn get_rtcp(&mut self) -> TransportLayerCc { in get_rtcp() argument
426 let expected = TransportLayerCc { in test_build_feedback_packet()481 if let Some(tcc) = rtcp_packets[0].as_any().downcast_ref::<TransportLayerCc>() { in test_build_feedback_packet()515 let expected = TransportLayerCc { in test_build_feedback_packet_rolling()555 if let Some(tcc) = rtcp_packets[0].as_any().downcast_ref::<TransportLayerCc>() { in test_build_feedback_packet_rolling()
101 FORMAT_TCC => Box::new(TransportLayerCc::unmarshal(&mut in_packet)?), in unmarshaller()