Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 19 of 19) sorted by relevance

/xiu/protocol/rtmp/src/cache/
H A Dmod.rs71 if !data.is_empty() { in get_metadata()
118 if !self.audio_seq.is_empty() { in get_audio_seq()
128 if !self.video_seq.is_empty() { in get_video_seq()
H A Dgop.rs30 pub fn is_empty(&self) -> bool { in is_empty() method
/xiu/library/container/mpegts/src/
H A Dts.rs168 while !payload_reader.is_empty() { in write_pes()
357 if self.pat.pmt.is_empty() { in add_stream()
392 if !extra_data.is_empty() { in pmt_add_stream()
427 if !info.is_empty() { in add_program()
H A Dpes.rs76 pub fn is_empty(&self) -> bool { in is_empty() method
/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs85 while !nalus.is_empty() { in split_annexb_and_process()
138 while !nalus.is_empty() { in test_annexb_split()
H A Drtp_h264.rs358 while !payload_reader.is_empty() { in unpack_stap()
439 while !payload_reader.is_empty() { in unpack_mtap()
H A Drtp_h265.rs264 while !payload_reader.is_empty() { in unpack_ap()
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs174 if !chunks.is_empty() { in read_chunks()
288 if self.reader.is_empty() { in read_basic_header()
295 if self.reader.is_empty() { in read_basic_header()
554 || (cur_format_id == 3 && self.current_chunk_info.payload.is_empty()) in read_extended_timestamp()
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs31 pub fn is_empty(&self) -> bool { in is_empty() method
52 pub fn is_empty(&self) -> bool { in is_empty() method
235 while !bytes_reader.is_empty() { in h264_mp4toannexb()
/xiu/protocol/rtsp/src/
H A Drtsp_range.rs78 if ranges.len() == 2 && !ranges[1].is_empty() { in unmarshal()
/xiu/protocol/rtmp/src/amf0/
H A Damf0_writer.rs125 pub fn is_empty(&self) -> bool { in is_empty() method
H A Damf0_reader.rs34 if self.reader.is_empty() { in read_any()
/xiu/library/bytesio/src/
H A Dbits_reader.rs30 pub fn is_empty(&self) -> bool { in is_empty() method
H A Dbits_writer.rs122 pub fn is_empty(&self) -> bool { in is_empty() method
H A Dbytes_writer.rs149 pub fn is_empty(&self) -> bool { in is_empty() method
H A Dbytes_reader.rs140 pub fn is_empty(&self) -> bool { in is_empty() method
/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs189 if line.is_empty() { in unmarshal()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs138 if !left_bytes.is_empty() { in handshake()
316 if !others.is_empty() { in on_amf0_command_message()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs267 while !nalus.is_empty() { in on_rtsp_video()