Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs91 let mut nalu_with_start_code = in split_annexb_and_process() localVariable
102 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() localVariable
157 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()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs269 let mut nalu_with_start_code = in on_rtsp_video() localVariable
280 let nalu = nalu_with_start_code.split_off(first_pos + 3); in on_rtsp_video()