Home
last modified time | relevance | path

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

/webrtc/srtp/src/session/
H A Dsession_rtcp_test.rs176 let mut expected_ssrc = vec![]; in test_session_srtcp_replay_protection() localVariable
180 expected_ssrc.push(i); in test_session_srtcp_replay_protection()
197 let count = expected_ssrc.len(); in test_session_srtcp_replay_protection()
235 assert_eq!(&expected_ssrc[..], &received_ssrc[..]); in test_session_srtcp_replay_protection()