Searched refs:extract_current_bytes (Results 1 – 21 of 21) sorted by relevance
102 .write(&tmp_bytes_writer.extract_current_bytes()[..])?; in write()108 Ok(self.bytes_writer.extract_current_bytes()) in write()
93 Ok(self.bytes_writer.extract_current_bytes()) in write()
62 self.bytes_writer.extract_current_bytes() in get_data()266 ts_header.write(&pcr_result.extract_current_bytes()[..])?; in write_ts_header_for_pes()
50 Ok(writer.extract_current_bytes()) in marshal()96 Ok(writer.extract_current_bytes()) in marshal()
51 Ok(writer.extract_current_bytes()) in marshal()
58 Ok(writer.extract_current_bytes()) in marshal()
67 Ok(writer.extract_current_bytes()) in marshal()
100 Ok(writer.extract_current_bytes()) in marshal()
114 pub fn extract_current_bytes(&mut self) -> BytesMut { in extract_current_bytes() method115 self.writer.extract_current_bytes() in extract_current_bytes()
116 Ok(writer.extract_current_bytes()) in marshal()216 Ok(writer.extract_current_bytes()) in marshal()
261 Ok(bytes_writer.extract_current_bytes()) in h264_mp4toannexb()296 Ok(bytes_writer.extract_current_bytes()) in nalus_to_mpeg4avc()332 Ok(bytes_writer.extract_current_bytes()) in decoder_configuration_record_save()364 println!("num: {:?}", bytes_writer.extract_current_bytes()); in test_bigend_to_bytes()
199 data: self.aac_processor.bytes_writer.extract_current_bytes(), in demux()
121 pub fn extract_current_bytes(&mut self) -> BytesMut { in extract_current_bytes() method195 pub fn extract_current_bytes(&mut self) -> BytesMut { in extract_current_bytes() method196 self.bytes_writer.extract_current_bytes() in extract_current_bytes()
252 .on_audio_data(&mut writer.extract_current_bytes(), ×tamp_adjust) in on_rtsp_audio()354 Ok(amf_writer.extract_current_bytes()) in gen_rtmp_meta_data()390 Ok(writer.extract_current_bytes()) in gen_rtmp_video_seq_header()419 Ok(writer.extract_current_bytes()) in gen_rtmp_video_frame_data()
86 Ok(writer.extract_current_bytes()) in marshal()
89 Ok(writer.extract_current_bytes()) in marshal()
133 let data = self.muxer.writer.extract_current_bytes(); in flush_response_data()
27 let data = self.amf0_writer.extract_current_bytes(); in write_chunk()
230 let mut digest_processor = DigestProcessor::new(writer.extract_current_bytes(), key); in write_s1()
78 let data = self.amf0_writer.extract_current_bytes(); in write_chunk()
756 data: bytes_writer.extract_current_bytes(), in send_prior_data()773 data: bytes_writer.extract_current_bytes(), in send_prior_data()