Home
last modified time | relevance | path

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

/xiu/library/bytesio/src/
H A Dbytes_writer.rs291 let b12 = (pts >> 7) as u8; /* PTS 7-14 */ in test_bit_opertion2() localVariable
303 let b12 = ((pts & 0x7fff) << 1) | 1; /* PTS 7-14 */ in test_bit_opertion3() localVariable
304 println!("=======b12{}=======", b12 >> 8_u8); in test_bit_opertion3()
305 println!("=======b13{}=======", b12 as u8); in test_bit_opertion3()
/xiu/library/container/mpegts/src/
H A Dpes.rs136 let b12 = (stream_data.pts >> 7) as u8; /* PTS 7-14 */ in write_pes_header() localVariable
137 self.bytes_writer.write_u8(b12)?; //12 in write_pes_header()