Searched refs:width (Results 1 – 9 of 9) sorted by relevance
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 287 let mut width: u32 = 0; in on_rtsp_video() localVariable 302 (width, height) = if let Ok((width, height)) = sps_parser.parse() { in on_rtsp_video() 303 (width, height) in on_rtsp_video() 308 log::info!("width:{}x{}", width, height); in on_rtsp_video() 323 let mut meta_data = self.gen_rtmp_meta_data(width, height)?; in on_rtsp_video() 342 fn gen_rtmp_meta_data(&self, width: u32, height: u32) -> Result<BytesMut, RtmpRemuxerError> { in gen_rtmp_meta_data() 348 properties.insert(String::from("width"), Amf0ValueType::Number(width as f64)); in gen_rtmp_meta_data()
|
| /xiu/library/container/flv/src/ |
| H A D | mpeg4_avc.rs | 63 pub width: u32, field 104 width: 0, in new() 185 (self.mpeg4_avc.width, self.mpeg4_avc.height) = sps_parser.parse()?; in decoder_configuration_record_load() 192 self.mpeg4_avc.width, in decoder_configuration_record_load()
|
| /xiu/library/streamhub/src/statistics/ |
| H A D | mod.rs | 14 width: u32, field
|
| H A D | avstatistics.rs | 62 video_info.width = codec_info.width; in notify_video_codec_info()
|
| /xiu/library/codec/h264/src/ |
| H A D | sps.rs | 159 let width = (self.sps.pic_width_in_mbs_minus1 + 1) * 16 in parse() localVariable 169 Ok((width, height)) in parse()
|
| /xiu/ |
| H A D | README_CN.md | 1 <p align="center" width="100%"> 2 …<img width="38%" src="https://user-images.githubusercontent.com/10411078/149529602-7dcbaf26-55cd-4…
|
| H A D | README.md | 1 <p align="center" width="100%"> 2 …<img width="38%" src="https://user-images.githubusercontent.com/10411078/149529602-7dcbaf26-55cd-4…
|
| H A D | Cargo.lock | 534 "unicode-width", 3056 name = "unicode-width"
|
| /xiu/application/xiu/ |
| H A D | README.md | 1 <p align="center" width="100%"> 2 …<img width="38%" src="https://user-images.githubusercontent.com/10411078/149529602-7dcbaf26-55cd-4…
|