Searched refs:height (Results 1 – 5 of 5) sorted by relevance
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 288 let mut height: 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() 349 properties.insert(String::from("height"), Amf0ValueType::Number(height as f64)); in gen_rtmp_meta_data()
|
| /xiu/library/container/flv/src/ |
| H A D | mpeg4_avc.rs | 64 pub height: u32, field 105 height: 0, in new() 185 (self.mpeg4_avc.width, self.mpeg4_avc.height) = sps_parser.parse()?; in decoder_configuration_record_load() 193 self.mpeg4_avc.height in decoder_configuration_record_load()
|
| /xiu/library/streamhub/src/statistics/ |
| H A D | mod.rs | 15 height: u32, field
|
| H A D | avstatistics.rs | 61 video_info.height = codec_info.height; in notify_video_codec_info()
|
| /xiu/library/codec/h264/src/ |
| H A D | sps.rs | 162 let height = ((2 - self.sps.frame_mbs_only_flag as u32) in parse() localVariable 169 Ok((width, height)) in parse()
|