Home
last modified time | relevance | path

Searched refs:extract_remaining_bytes (Results 1 – 13 of 13) sorted by relevance

/xiu/protocol/rtmp/src/messages/
H A Dparser.rs68 data: reader.extract_remaining_bytes(), in parse()
77 data: reader.extract_remaining_bytes(), in parse()
115 raw_data: reader.extract_remaining_bytes(), in parse()
/xiu/library/container/flv/src/
H A Ddemuxer_tag.rs105 self.bytes_reader.extract_remaining_bytes() in get_remaining_bytes()
193 self.bytes_reader.extract_remaining_bytes() in get_remaining_bytes()
H A Dmpeg4_aac.rs101 self.bytes_reader.extract_remaining_bytes(); in audio_specific_config_load()
107 let remain_bytes = self.bytes_reader.extract_remaining_bytes(); in audio_specific_config_load2()
430 .write(&self.bytes_reader.extract_remaining_bytes()[..])?; in adts_save()
H A Ddemuxer.rs183 .extend_data(reader.extract_remaining_bytes()); in demux()
H A Dmpeg4_avc.rs223 bytes_reader.extract_remaining_bytes(); in decoder_configuration_record_load()
/xiu/protocol/rtsp/src/rtp/
H A Dmod.rs64 rtp_packet.payload.put(reader.extract_remaining_bytes()); in unmarshal()
H A Drtp_h265.rs339 self.fu_buffer.put(payload_reader.extract_remaining_bytes()); in unpack_fu()
H A Drtp_h264.rs283 self.fu_buffer.put(payload_reader.extract_remaining_bytes()); in unpack_fu()
/xiu/protocol/rtmp/src/handshake/
H A Ddigest.rs106 let right_part = new_reader.extract_remaining_bytes(); in cook_raw_message()
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs103 .extend_data(reader.extract_remaining_bytes()) in save_audio_data()
/xiu/library/bytesio/src/
H A Dbytes_reader.rs144 pub fn extract_remaining_bytes(&mut self) -> BytesMut { in extract_remaining_bytes() method
/xiu/protocol/webrtc/src/session/
H A Dmod.rs99 let request_data = self.reader.extract_remaining_bytes(); in run()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs178 let data = self.reader.extract_remaining_bytes(); in on_rtsp_message()