Searched refs:SrtpSsrcState (Results 1 – 2 of 2) sorted by relevance
24 pub(crate) struct SrtpSsrcState { struct40 impl SrtpSsrcState { implementation105 srtp_ssrc_states: HashMap<u32, SrtpSsrcState>,161 fn get_srtp_ssrc_state(&mut self, ssrc: u32) -> Option<&mut SrtpSsrcState> { in get_srtp_ssrc_state() argument162 let s = SrtpSsrcState { in get_srtp_ssrc_state()
108 let s = SrtpSsrcState { in test_valid_packet_counter()127 let mut s = SrtpSsrcState { in test_rollover_count()