Home
last modified time | relevance | path

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

/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs36 let last_consecutive_plus1 = self.last_consecutive.wrapping_add(1); in add() localVariable
51 if last_consecutive_plus1 == seq { in add()
58 } else if last_consecutive_plus1 == seq { in add()