Searched refs:nalu_with_start_code (Results 1 – 2 of 2) sorted by relevance
91 let mut nalu_with_start_code = in split_annexb_and_process() localVariable102 let nalu = nalu_with_start_code.split_off(first_pos + 3); in split_annexb_and_process()144 let mut nalu_with_start_code = in test_annexb_split() localVariable157 println!("nalu_with_start_code: {:?}", nalu_with_start_code.to_vec()); in test_annexb_split()159 let nalu = nalu_with_start_code.split_off(first_pos + 3); in test_annexb_split()
269 let mut nalu_with_start_code = in on_rtsp_video() localVariable280 let nalu = nalu_with_start_code.split_off(first_pos + 3); in on_rtsp_video()