Home
last modified time | relevance | path

Searched refs:SrtpSsrcState (Results 1 – 2 of 2) sorted by relevance

/webrtc/srtp/src/context/
H A Dmod.rs24 pub(crate) struct SrtpSsrcState { struct
40 impl SrtpSsrcState { implementation
105 srtp_ssrc_states: HashMap<u32, SrtpSsrcState>,
161 fn get_srtp_ssrc_state(&mut self, ssrc: u32) -> Option<&mut SrtpSsrcState> { in get_srtp_ssrc_state() argument
162 let s = SrtpSsrcState { in get_srtp_ssrc_state()
H A Dcontext_test.rs108 let s = SrtpSsrcState { in test_valid_packet_counter()
127 let mut s = SrtpSsrcState { in test_rollover_count()