Home
last modified time | relevance | path

Searched defs:PackerError (Results 1 – 7 of 7) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Derrors.rs10 pub struct PackerError { struct
11 pub value: PackerErrorValue, argument
14 impl Fail for PackerError { implementation
24 impl fmt::Display for PackerError { implementation
38 impl From<BytesReadError> for PackerError { implementation
46 impl From<BytesWriteError> for PackerError { implementation
H A Dutils.rs50 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError>; in pack() argument
58 async fn pack_nalu(&mut self, nalu: BytesMut) -> Result<(), PackerError>; in pack_nalu() argument
84 ) -> Result<(), PackerError> { in split_annexb_and_process() argument
H A Drtp_h265.rs55 pub async fn pack_fu(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_fu() argument
123 pub async fn pack_single(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_single() argument
143 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() argument
161 async fn pack_nalu(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_nalu() argument
H A Drtp_h264.rs55 pub async fn pack_fu_a(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_fu_a() argument
101 pub async fn pack_single(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_single() argument
124 async fn pack(&mut self, nalus: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() argument
143 async fn pack_nalu(&mut self, nalu: BytesMut) -> Result<(), PackerError> { in pack_nalu() argument
H A Drtp_aac.rs56 async fn pack(&mut self, data: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() argument
/xiu/protocol/rtsp/src/session/
H A Derrors.rs34 PackerError(#[cause] PackerError), enumerator
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs84 ) -> Result<(), PackerError> { in on_frame() argument