Home
last modified time | relevance | path

Searched refs:profile_idc (Results 1 – 2 of 2) sorted by relevance

/xiu/library/codec/h264/src/
H A Dsps.rs8 pub profile_idc: u8, // u(8) field
78 self.sps.profile_idc = self.bits_reader.read_byte()?; in parse()
79 log::info!("profile_idc: {}", self.sps.profile_idc); in parse()
85 match self.sps.profile_idc { in parse()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs310 profile = sps_parser.sps.profile_idc; in on_rtsp_video()