Searched refs:find_start_code (Results 1 – 1 of 1) sorted by relevance
42 let current_nalu_offset = match Nalu::<'a, U>::find_start_code(cursor, pos) { in next()64 let mut next_nalu_offset = match Nalu::<'a, U>::find_start_code(cursor, nalu_offset) { in next()99 fn find_start_code(data: &mut Cursor<&'a [u8]>, offset: usize) -> Option<usize> { in find_start_code() function