Home
last modified time | relevance | path

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

/xiu/.github/ISSUE_TEMPLATE/
H A Dbug_report.md14 A clear and concise description of what the bug is.
20 A clear and concise description of what you expected to happen.
/xiu/library/bytesio/src/
H A Dbytes_writer.rs104 self.bytes.clear(); in prepend()
124 self.bytes.clear(); in extract_current_bytes()
129 pub fn clear(&mut self) { in clear() method
130 self.bytes.clear(); in clear()
205 self.bytes_writer.bytes.clear(); in flush()
221 self.bytes_writer.bytes.clear(); in flush_timeout()
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs136 self.mpeg4_avc.sps.clear(); in clear_sps_data()
137 self.mpeg4_avc.sps_annexb_data.clear(); in clear_sps_data()
141 self.mpeg4_avc.pps.clear(); in clear_pps_data()
142 self.mpeg4_avc.pps_annexb_data.clear(); in clear_pps_data()
/xiu/protocol/hls/
H A DREADME.md12 - clear ts ans m3u8 files when the rtmp streasm is interupted.
/xiu/protocol/hls/src/
H A Dm3u8.rs127 pub fn clear(&mut self) -> Result<(), MediaError> { in clear() method
H A Dflv2hls.rs171 self.m3u8_handler.clear() in clear_files()
/xiu/protocol/rtsp/src/rtp/
H A Drtp_h265.rs345 self.fu_buffer.clear(); in unpack_fu()
H A Drtp_h264.rs289 self.fu_buffer.clear(); in unpack_fu()
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs619 self.current_chunk_info.payload.clear(); in read_message_payload()