Home
last modified time | relevance | path

Searched defs:second_pos (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs93 let mut second_pos = first_pos + 3 + distance_to_first_pos; in split_annexb_and_process() localVariable
146 let mut second_pos = first_pos + 3 + distance_to_first_pos; in test_annexb_split() localVariable
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs271 let mut second_pos = first_pos + 3 + distance_to_first_pos; in on_rtsp_video() localVariable