Lines Matching refs:getBits
263 last_byte = br.getBits(8); in parseSEINalUnit()
268 last_byte = br.getBits(8); in parseSEINalUnit()
285 uint8_t itu_t_t35_country_code = br.getBits(8); in parseSEINalUnit()
286 uint16_t itu_t_t35_provider_code = br.getBits(16); in parseSEINalUnit()
287 uint32_t user_identifier = br.getBits(32); in parseSEINalUnit()
288 uint8_t user_data_type_code = br.getBits(8); in parseSEINalUnit()
341 uint32_t user_identifier = br.getBits(32); in parseMPEGUserDataUnit()
342 uint8_t user_data_type = br.getBits(8); in parseMPEGUserDataUnit()
364 bool process_cc_data_flag = br.getBits(1); in parseMPEGCCData()
366 size_t cc_count = br.getBits(5); in parseMPEGCCData()
377 bool cc_valid = br.getBits(1); in parseMPEGCCData()
378 uint8_t cc_type = br.getBits(2); in parseMPEGCCData()
401 uint8_t cc_data_1 = br.getBits(8) & 0x7f; in parseMPEGCCData()
402 uint8_t cc_data_2 = br.getBits(8) & 0x7f; in parseMPEGCCData()
456 size_t packet_size = br.getBits(6); in parseDTVCCPacket()
468 uint8_t service_number = br.getBits(3); in parseDTVCCPacket()
469 size_t block_size = br.getBits(5); in parseDTVCCPacket()
473 service_number = br.getBits(6); in parseDTVCCPacket()