Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 58) sorted by relevance

123

/xiu/library/container/flv/src/
H A Derrors.rs20 pub value: TagParseErrorValue, field
39 self.value.cause() in cause()
43 self.value.backtrace() in backtrace()
48 pub value: MuxerErrorValue, field
75 self.value.cause() in cause()
79 self.value.backtrace() in backtrace()
142 self.value.cause() in cause()
146 self.value.backtrace() in backtrace()
169 pub value: MpegErrorValue, field
204 self.value.cause() in cause()
[all …]
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs28 fmt::Display::fmt(&self.value, f) in fmt()
33 pub value: CacheErrorValue, field
39 value: CacheErrorValue::DemuxerError(error), in from()
47 value: CacheErrorValue::H264Error(error), in from()
79 value: CacheErrorValue::PackError(error), in from()
86 self.value.cause() in cause()
90 self.value.backtrace() in backtrace()
105 pub value: MetadataErrorValue, field
118 self.value.cause() in cause()
122 self.value.backtrace() in backtrace()
[all …]
/xiu/protocol/rtmp/src/handshake/
H A Derrors.rs28 value: HandshakeErrorValue::IOError(error), in from()
35 pub value: HandshakeErrorValue, field
40 HandshakeError { value: val } in from()
71 value: HandshakeErrorValue::DigestError(error), in from()
78 fmt::Display::fmt(&self.value, f) in fmt()
84 self.value.cause() in cause()
88 self.value.backtrace() in backtrace()
94 pub value: DigestErrorValue, field
119 fmt::Display::fmt(&self.value, f) in fmt()
125 self.value.cause() in cause()
[all …]
/xiu/protocol/rtsp/src/rtp/
H A Derrors.rs11 pub value: PackerErrorValue, field
16 self.value.cause() in cause()
20 self.value.backtrace() in backtrace()
26 fmt::Display::fmt(&self.value, f) in fmt()
41 value: PackerErrorValue::BytesReadError(error), in from()
49 value: PackerErrorValue::BytesWriteError(error), in from()
56 pub value: UnPackerErrorValue, field
70 value: UnPackerErrorValue::BytesReadError(error), in from()
85 fmt::Display::fmt(&self.value, f) in fmt()
91 self.value.cause() in cause()
[all …]
/xiu/protocol/rtmp/src/chunk/
H A Derrors.rs22 pub value: UnpackErrorValue, field
27 UnpackError { value: val } in from()
34 value: UnpackErrorValue::BytesReadError(error), in from()
51 pub value: PackErrorValue, field
56 PackError { value: val } in from()
70 fmt::Display::fmt(&self.value, f) in fmt()
76 self.value.cause() in cause()
80 self.value.backtrace() in backtrace()
86 fmt::Display::fmt(&self.value, f) in fmt()
92 self.value.cause() in cause()
[all …]
/xiu/library/bytesio/src/
H A Dbytes_errors.rs26 pub value: BytesReadErrorValue, field
31 BytesReadError { value: val } in from()
38 value: BytesReadErrorValue::IO(error), in from()
61 pub value: BytesWriteErrorValue, field
79 value: BytesWriteErrorValue::IO(error), in from()
94 fmt::Display::fmt(&self.value, f) in fmt()
100 self.value.cause() in cause()
104 self.value.backtrace() in backtrace()
110 fmt::Display::fmt(&self.value, f) in fmt()
116 self.value.cause() in cause()
[all …]
H A Dbits_errors.rs21 pub value: BitErrorValue, field
26 BitError { value: val } in from()
33 value: BitErrorValue::BytesReadError(error), in from()
41 value: BitErrorValue::BytesWriteError(error), in from()
56 fmt::Display::fmt(&self.value, f) in fmt()
62 self.value.cause() in cause()
66 self.value.backtrace() in backtrace()
H A Dbytesio_errors.rs21 pub value: BytesIOErrorValue, field
26 BytesIOError { value: val } in from()
33 value: BytesIOErrorValue::IOError(error), in from()
48 fmt::Display::fmt(&self.value, f) in fmt()
54 self.value.cause() in cause()
58 self.value.backtrace() in backtrace()
/xiu/protocol/rtmp/src/protocol_control_messages/
H A Derrors.rs9 pub value: ControlMessagesErrorValue, field
22 value: ControlMessagesErrorValue::BytesWriteError(error), in from()
29 fmt::Display::fmt(&self.value, f) in fmt()
35 self.value.cause() in cause()
39 self.value.backtrace() in backtrace()
45 pub value: ProtocolControlMessageReaderErrorValue, field
57 value: ProtocolControlMessageReaderErrorValue::BytesReadError(error), in from()
64 fmt::Display::fmt(&self.value, f) in fmt()
70 self.value.cause() in cause()
74 self.value.backtrace() in backtrace()
/xiu/protocol/rtmp/src/amf0/
H A Derrors.rs23 pub value: Amf0ReadErrorValue, field
29 value: Amf0ReadErrorValue::StringParseError(error), in from()
37 value: Amf0ReadErrorValue::BytesReadError(error), in from()
54 pub value: Amf0WriteErrorValue, field
68 value: Amf0WriteErrorValue::BytesWriteError(error), in from()
75 fmt::Display::fmt(&self.value, f) in fmt()
81 self.value.cause() in cause()
85 self.value.backtrace() in backtrace()
91 fmt::Display::fmt(&self.value, f) in fmt()
97 self.value.cause() in cause()
[all …]
H A Damf0_writer.rs28 match *value { in write_any()
41 self.writer.write_f64::<BigEndian>(*value)?; in write_number()
47 self.writer.write_u8(*value as u8)?; in write_bool()
52 if value.len() > (u16::max_value() as usize) { in write_string()
54 value: Amf0WriteErrorValue::NormalStringTooLong, in write_string()
59 self.writer.write_u16::<BigEndian>(value.len() as u16)?; in write_string()
60 self.writer.write(value.as_bytes())?; in write_string()
82 for (key, value) in properties { in write_object()
85 self.write_any(value)?; in write_object()
100 for (key, value) in properties { in write_eacm_array()
[all …]
/xiu/protocol/hls/src/
H A Derrors.rs16 pub value: ServerErrorValue, field
26 pub value: MediaErrorValue, field
68 value: MediaErrorValue::MpegTsError(error), in from()
92 value: MediaErrorValue::IOError(error), in from()
99 fmt::Display::fmt(&self.value, f) in fmt()
105 self.value.cause() in cause()
109 self.value.backtrace() in backtrace()
114 pub value: HlsErrorValue, field
143 value: HlsErrorValue::RecvError(error), in from()
151 value: HlsErrorValue::MediaError(error), in from()
[all …]
/xiu/protocol/rtmp/src/messages/
H A Derrors.rs30 pub value: MessageErrorValue, field
35 MessageError { value: val } in from()
42 value: MessageErrorValue::BytesReadError(error), in from()
50 value: MessageErrorValue::Amf0ReadError(error), in from()
58 value: MessageErrorValue::ProtocolControlMessageReaderError(error), in from()
66 value: MessageErrorValue::EventMessagesError(error), in from()
73 fmt::Display::fmt(&self.value, f) in fmt()
79 self.value.cause() in cause()
83 self.value.backtrace() in backtrace()
/xiu/protocol/rtsp/src/session/
H A Derrors.rs14 pub value: SessionErrorValue, field
46 value: SessionErrorValue::BytesIOError(error), in from()
54 value: SessionErrorValue::BytesReadError(error), in from()
70 value: SessionErrorValue::Utf8Error(error), in from()
78 value: SessionErrorValue::PackerError(error), in from()
86 value: SessionErrorValue::UnPackerError(error), in from()
94 value: SessionErrorValue::ChannelError(error), in from()
102 value: SessionErrorValue::RecvError(error), in from()
109 fmt::Display::fmt(&self.value, f) in fmt()
115 self.value.cause() in cause()
[all …]
/xiu/protocol/rtmp/src/session/
H A Derrors.rs22 pub value: SessionErrorValue, field
111 value: SessionErrorValue::UnPackError(error), in from()
119 value: SessionErrorValue::MessageError(error), in from()
159 value: SessionErrorValue::BytesIOError(error), in from()
167 value: SessionErrorValue::PackError(error), in from()
183 value: SessionErrorValue::CacheError(error), in from()
191 value: SessionErrorValue::RecvError(error), in from()
199 value: SessionErrorValue::ChannelError(error), in from()
206 fmt::Display::fmt(&self.value, f) in fmt()
212 self.value.cause() in cause()
[all …]
/xiu/protocol/rtmp/src/netconnection/
H A Derrors.rs12 pub value: NetConnectionErrorValue, field
27 value: NetConnectionErrorValue::Amf0WriteError(error), in from()
35 value: NetConnectionErrorValue::Amf0ReadError(error), in from()
43 value: NetConnectionErrorValue::PackError(error), in from()
50 fmt::Display::fmt(&self.value, f) in fmt()
56 self.value.cause() in cause()
60 self.value.backtrace() in backtrace()
/xiu/protocol/httpflv/src/
H A Derrors.rs16 pub value: ServerErrorValue, field
26 pub value: HttpFLvErrorValue, field
54 value: HttpFLvErrorValue::SessionError(error), in from()
62 value: HttpFLvErrorValue::MuxerError(error), in from()
70 value: HttpFLvErrorValue::MpscSendError(error), in from()
78 value: HttpFLvErrorValue::Amf0WriteError(error), in from()
86 value: HttpFLvErrorValue::MetadataError(error), in from()
94 value: HttpFLvErrorValue::ChannelError(error), in from()
102 value: HttpFLvErrorValue::RecvError(error), in from()
109 fmt::Display::fmt(&self.value, f) in fmt()
/xiu/protocol/rtmp/src/user_control_messages/
H A Derrors.rs10 pub value: EventMessagesErrorValue, field
28 value: EventMessagesErrorValue::Amf0WriteError(error), in from()
36 value: EventMessagesErrorValue::BytesWriteError(error), in from()
44 value: EventMessagesErrorValue::BytesReadError(error), in from()
51 fmt::Display::fmt(&self.value, f) in fmt()
57 self.value.cause() in cause()
61 self.value.backtrace() in backtrace()
/xiu/protocol/webrtc/src/session/
H A Derrors.rs14 pub value: SessionErrorValue, field
52 value: SessionErrorValue::RTCError(error), in from()
60 value: SessionErrorValue::BytesIOError(error), in from()
68 value: SessionErrorValue::BytesReadError(error), in from()
76 value: SessionErrorValue::BytesWriteError(error), in from()
84 value: SessionErrorValue::Utf8Error(error), in from()
92 value: SessionErrorValue::ChannelError(error), in from()
100 value: SessionErrorValue::RecvError(error), in from()
107 fmt::Display::fmt(&self.value, f) in fmt()
113 self.value.cause() in cause()
[all …]
/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs16 pub value: RtmpRemuxerErrorValue, field
51 value: RtmpRemuxerErrorValue::RecvError(error), in from()
59 value: RtmpRemuxerErrorValue::SessionError(error), in from()
67 value: RtmpRemuxerErrorValue::Amf0WriteError(error), in from()
75 value: RtmpRemuxerErrorValue::MetadataError(error), in from()
83 value: RtmpRemuxerErrorValue::BytesReadError(error), in from()
91 value: RtmpRemuxerErrorValue::BytesWriteError(error), in from()
99 value: RtmpRemuxerErrorValue::MpegAvcError(error), in from()
107 value: RtmpRemuxerErrorValue::FlvMuxerError(error), in from()
115 value: RtmpRemuxerErrorValue::ChannelError(error), in from()
[all …]
/xiu/library/container/mpegts/src/
H A Derrors.rs33 pub value: MpegTsErrorValue, field
39 value: MpegTsErrorValue::BytesReadError(error), in from()
47 value: MpegTsErrorValue::BytesWriteError(error), in from()
55 value: MpegTsErrorValue::IOError(error), in from()
62 fmt::Display::fmt(&self.value, f) in fmt()
68 self.value.cause() in cause()
72 self.value.backtrace() in backtrace()
/xiu/protocol/rtmp/src/netstream/
H A Derrors.rs9 pub value: NetStreamErrorValue, field
25 value: NetStreamErrorValue::Amf0WriteError(error), in from()
33 value: NetStreamErrorValue::PackError(error), in from()
40 fmt::Display::fmt(&self.value, f) in fmt()
46 self.value.cause() in cause()
50 self.value.backtrace() in backtrace()
/xiu/application/xiu/src/config/
H A Derrors.rs7 pub value: ConfigErrorValue, field
19 value: ConfigErrorValue::IOError(error), in from()
26 fmt::Display::fmt(&self.value, f) in fmt()
32 self.value.cause() in cause()
36 self.value.backtrace() in backtrace()
/xiu/library/codec/h264/src/
H A Derrors.rs12 pub value: H264ErrorValue, field
18 value: H264ErrorValue::BitError(error), in from()
25 fmt::Display::fmt(&self.value, f) in fmt()
31 self.value.cause() in cause()
35 self.value.backtrace() in backtrace()
/xiu/protocol/webrtc/src/
H A Derrors.rs10 pub value: WebRTCErrorValue, field
26 value: WebRTCErrorValue::RTCError(error), in from()
34 value: WebRTCErrorValue::RTCUtilError(error), in from()
41 fmt::Display::fmt(&self.value, f) in fmt()
47 self.value.cause() in cause()
51 self.value.backtrace() in backtrace()

123