Searched defs:PackerError (Results 1 – 7 of 7) sorted by relevance
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | errors.rs | 10 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 D | utils.rs | 50 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 D | rtp_h265.rs | 55 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 D | rtp_h264.rs | 55 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 D | rtp_aac.rs | 56 async fn pack(&mut self, data: &mut BytesMut, timestamp: u32) -> Result<(), PackerError> { in pack() argument
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | errors.rs | 34 PackerError(#[cause] PackerError), enumerator
|
| /xiu/protocol/rtsp/src/ |
| H A D | rtsp_channel.rs | 84 ) -> Result<(), PackerError> { in on_frame() argument
|