Searched refs:name (Results 1 – 25 of 48) sorted by relevance
12
| /xiu/ |
| H A D | Cargo.lock | 6 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 D | rust.yml | 1 name: Rust 19 - name: Build 21 - name: Run tests
|
| /xiu/protocol/rtsp/src/rtp/rtcp/ |
| H A D | rtcp_app.rs | 25 pub name: BytesMut, field 40 rtcp_app.name = reader.read_bytes(4)?; in unmarshal() 55 writer.write(&self.name[..])?; in marshal()
|
| H A D | rtcp_context.rs | 142 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 D | m3u8.rs | 12 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 D | mod.rs | 67 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 D | mod.rs | 94 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 D | other-issues.md | 2 name: Other issues
|
| /xiu/confs/online/ |
| H A D | mpegts.Cargo.toml | 2 name = "xmpegts"
|
| H A D | flv.Cargo.toml | 2 name = "xflv"
|
| H A D | pprtmp.Cargo.toml | 2 name = "pprtmp"
|
| H A D | h264.Cargo.toml | 2 name = "h264-decoder"
|
| H A D | webrtc.Cargo.toml | 2 name = "xwebrtc"
|
| H A D | httpflv.Cargo.toml | 2 name = "httpflv"
|
| /xiu/confs/local/ |
| H A D | mpegts.Cargo.toml | 2 name = "xmpegts"
|
| H A D | rtsp.Cargo.toml | 2 name = "xrtsp"
|
| H A D | h264.Cargo.toml | 2 name = "h264-decoder"
|
| H A D | flv.Cargo.toml | 2 name = "xflv"
|
| H A D | pprtmp.Cargo.toml | 2 name = "pprtmp"
|
| /xiu/library/container/mpegts/ |
| H A D | Cargo.toml | 2 name = "xmpegts"
|
| /xiu/library/logger/ |
| H A D | Cargo.toml | 2 name = "env_logger_extend"
|
| /xiu/application/pprtmp/ |
| H A D | Cargo.toml | 2 name = "pprtmp"
|
| /xiu/protocol/rtsp/ |
| H A D | Cargo.toml | 2 name = "xrtsp"
|
| /xiu/library/codec/h264/ |
| H A D | Cargo.toml | 2 name = "h264-decoder"
|
| /xiu/library/container/flv/ |
| H A D | Cargo.toml | 2 name = "xflv"
|
12