Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 5 of 5) sorted by relevance

/xiu/library/container/flv/src/
H A Dflv_tag_header.rs90 let flags = reader.read_u8()?; in unmarshal() localVariable
168 let flags = reader.read_u8()?; in unmarshal() localVariable
H A Ddemuxer_tag.rs90 let flags = self.bytes_reader.read_u8()?; in parse_tag_header() localVariable
163 let flags = self.bytes_reader.read_u8()?; in parse_tag_header() localVariable
/xiu/protocol/hls/src/
H A Dflv2hls.rs114 let mut flags: u16 = 0; in process_demux_data() localVariable
/xiu/library/container/mpegts/src/
H A Dpes.rs106 let mut flags: u8 = 0x00; in write_pes_header() localVariable
/xiu/library/bytesio/src/
H A Dbytes_writer.rs279 let flags = 0xC0; in test_bit_opertion2() localVariable