Home
last modified time | relevance | path

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

/webrtc/media/src/io/h264_reader/
H A Dmod.rs138 count_of_consecutive_zero_bytes: usize, field
150 count_of_consecutive_zero_bytes: 0, in new()
267 self.count_of_consecutive_zero_bytes += 1; in process_byte()
270 if self.count_of_consecutive_zero_bytes >= 2 { in process_byte()
272 if self.count_of_consecutive_zero_bytes > 2 { in process_byte()
284 self.count_of_consecutive_zero_bytes = 0; in process_byte()
287 self.count_of_consecutive_zero_bytes = 0; in process_byte()