Home
last modified time | relevance | path

Searched refs:pack (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Drtp_aac.rs56 async fn pack(&mut self, data: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() method
H A Dutils.rs50 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError>; in pack() method
H A Drtp_h265.rs143 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() method
H A Drtp_h264.rs124 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() method
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs86 return packer.pack(nalus, timestamp).await; in on_frame()