Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 48) sorted by relevance

12

/xiu/
H A DCargo.lock6 name = "addr2line"
15 name = "adler"
21 name = "aead"
30 name = "aead"
40 name = "aead"
50 name = "aes"
61 name = "aes"
73 name = "aes"
108 name = "aesni"
434 name = "cc"
[all …]
/xiu/.github/workflows/
H A Drust.yml1 name: Rust
19 - name: Build
21 - name: Run tests
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_app.rs25 pub name: BytesMut, field
40 rtcp_app.name = reader.read_bytes(4)?; in unmarshal()
55 writer.write(&self.name[..])?; in marshal()
H A Drtcp_context.rs142 pub fn generate_app(&self, name: String, data: BytesMut) -> RtcpApp { in generate_app()
143 let mut buf = BytesMut::with_capacity(name.len()); in generate_app()
144 buf.extend_from_slice(name.as_bytes()); in generate_app()
148 name: buf, in generate_app()
/xiu/protocol/hls/src/
H A Dm3u8.rs12 pub name: String, field
21 name: String, in new()
28 name, in new()
172 segment.name in refresh_playlist()
197 segment.name in update_vod_m3u8()
/xiu/protocol/rtsp/src/http/
H A Dmod.rs67 let name = line[..index].to_string(); in unmarshal() localVariable
69 rtsp_request.headers.insert(name, value); in unmarshal()
139 let name = line[..index].to_string(); in unmarshal() localVariable
141 rtsp_response.headers.insert(name, value); in unmarshal()
198 let name = line[..index].to_string(); in read_headers() localVariable
200 headers.insert(name, value); in read_headers()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs94 let name = line[..index].to_string(); in unmarshal() localVariable
96 if name == "Host" { in unmarshal()
105 http_request.headers.insert(name, value); in unmarshal()
187 let name = line[..index].to_string(); in unmarshal() localVariable
189 http_response.headers.insert(name, value); in unmarshal()
251 let name = line[..index].to_string(); in read_headers() localVariable
253 headers.insert(name, value); in read_headers()
/xiu/.github/ISSUE_TEMPLATE/
H A Dother-issues.md2 name: Other issues
/xiu/confs/online/
H A Dmpegts.Cargo.toml2 name = "xmpegts"
H A Dflv.Cargo.toml2 name = "xflv"
H A Dpprtmp.Cargo.toml2 name = "pprtmp"
H A Dh264.Cargo.toml2 name = "h264-decoder"
H A Dwebrtc.Cargo.toml2 name = "xwebrtc"
H A Dhttpflv.Cargo.toml2 name = "httpflv"
/xiu/confs/local/
H A Dmpegts.Cargo.toml2 name = "xmpegts"
H A Drtsp.Cargo.toml2 name = "xrtsp"
H A Dh264.Cargo.toml2 name = "h264-decoder"
H A Dflv.Cargo.toml2 name = "xflv"
H A Dpprtmp.Cargo.toml2 name = "pprtmp"
/xiu/library/container/mpegts/
H A DCargo.toml2 name = "xmpegts"
/xiu/library/logger/
H A DCargo.toml2 name = "env_logger_extend"
/xiu/application/pprtmp/
H A DCargo.toml2 name = "pprtmp"
/xiu/protocol/rtsp/
H A DCargo.toml2 name = "xrtsp"
/xiu/library/codec/h264/
H A DCargo.toml2 name = "h264-decoder"
/xiu/library/container/flv/
H A DCargo.toml2 name = "xflv"

12