Searched refs:b12 (Results 1 – 2 of 2) sorted by relevance
291 let b12 = (pts >> 7) as u8; /* PTS 7-14 */ in test_bit_opertion2() localVariable303 let b12 = ((pts & 0x7fff) << 1) | 1; /* PTS 7-14 */ in test_bit_opertion3() localVariable304 println!("=======b12{}=======", b12 >> 8_u8); in test_bit_opertion3()305 println!("=======b13{}=======", b12 as u8); in test_bit_opertion3()
136 let b12 = (stream_data.pts >> 7) as u8; /* PTS 7-14 */ in write_pes_header() localVariable137 self.bytes_writer.write_u8(b12)?; //12 in write_pes_header()