Home
last modified time | relevance | path

Searched refs:SpsParser (Results 1 – 3 of 3) sorted by relevance

/xiu/library/codec/h264/src/
H A Dsps.rs58 pub struct SpsParser { struct
64 impl SpsParser { impl
65 pub fn new(reader: BytesReader) -> SpsParser { in new() argument
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs10 use h264_decoder::sps::SpsParser;
184 let mut sps_parser = SpsParser::new(sps_reader); in decoder_configuration_record_load()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs3 use h264_decoder::sps::SpsParser;
301 let mut sps_parser = SpsParser::new(nalu_reader); in on_rtsp_video()