• Home
  • Raw
  • Download

Lines Matching refs:getBits

74     uint32_t n_language_tag_bytes = mBitReader.getBits(6);  in parseLanguageTag()
81 language_tag_bytes[i] = (char)mBitReader.getBits(8); in parseLanguageTag()
95 uint32_t channel_mode = mBitReader.getBits(5); in parseSubstreamDSI()
97 uint32_t dsi_sf_multiplier = mBitReader.getBits(2); in parseSubstreamDSI()
99 bool b_substream_bitrate_indicator = (mBitReader.getBits(1) == 1); in parseSubstreamDSI()
109 uint32_t substream_bitrate_indicator = mBitReader.getBits(5); in parseSubstreamDSI()
115 uint32_t add_ch_base = mBitReader.getBits(1); in parseSubstreamDSI()
119 bool b_content_type = (mBitReader.getBits(1) == 1); in parseSubstreamDSI()
123 uint32_t content_classifier = mBitReader.getBits(3); in parseSubstreamDSI()
136 bool b_language_indicator = (mBitReader.getBits(1) == 1); in parseSubstreamDSI()
153 bool b_substreams_present = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
155 bool b_hsf_ext = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
157 bool b_channel_coded = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
159 uint32_t n_substreams = mBitReader.getBits(8); in parseSubstreamGroupDSI()
168 uint32_t dsi_sf_multiplier = mBitReader.getBits(2); in parseSubstreamGroupDSI()
170 bool b_substream_bitrate_indicator = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
177 uint32_t substream_bitrate_indicator = mBitReader.getBits(5); in parseSubstreamGroupDSI()
183 uint32_t dsi_substream_channel_mask = mBitReader.getBits(24); in parseSubstreamGroupDSI()
188 bool b_ajoc = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
192 bool b_static_dmx = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
197 uint32_t n_dmx_objects_minus1 = mBitReader.getBits(4); in parseSubstreamGroupDSI()
202 uint32_t n_umx_objects_minus1 = mBitReader.getBits(6); in parseSubstreamGroupDSI()
212 bool b_content_type = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
216 uint32_t content_classifier = mBitReader.getBits(3); in parseSubstreamGroupDSI()
223 bool b_language_indicator = (mBitReader.getBits(1) == 1); in parseSubstreamGroupDSI()
249 uint32_t ac4_dsi_version = mBitReader.getBits(3); in parse()
256 uint32_t bitstream_version = mBitReader.getBits(7); in parse()
259 uint32_t n_presentations = mBitReader.getBits(9); in parse()
268 bool b_program_id = (mBitReader.getBits(1) == 1); in parse()
271 short_program_id = mBitReader.getBits(16); in parse()
272 bool b_uuid = (mBitReader.getBits(1) == 1); in parse()
278 program_uuid[i] = (char)(mBitReader.getBits(8)); in parse()
302 b_single_substream_group = (mBitReader.getBits(1) == 1); in parse()
303 presentation_config = mBitReader.getBits(5); in parse()
304 presentation_version = mBitReader.getBits(5); in parse()
307 presentation_version = mBitReader.getBits(8); in parse()
308 pres_bytes = mBitReader.getBits(8); in parse()
311 pres_bytes += mBitReader.getBits(16); in parse()
324 presentation_config = mBitReader.getBits(5); in parse()
350 uint32_t mdcompat = mBitReader.getBits(3); in parse()
353 bool b_presentation_group_index = (mBitReader.getBits(1) == 1); in parse()
358 mPresentations[presentation].mGroupIndex = mBitReader.getBits(5); in parse()
363 uint32_t dsi_frame_rate_multiply_info = mBitReader.getBits(2); in parse()
368 uint32_t dsi_frame_rate_fraction_info = mBitReader.getBits(2); in parse()
373 uint32_t presentation_emdf_version = mBitReader.getBits(5); in parse()
374 uint32_t presentation_key_id = mBitReader.getBits(10); in parse()
384 b_presentation_channel_coded = (mBitReader.getBits(1) == 1); in parse()
391 uint32_t dsi_presentation_ch_mode = mBitReader.getBits(5); in parse()
400 uint32_t pres_b_4_back_channels_present = mBitReader.getBits(1); in parse()
401 uint32_t pres_top_channel_pairs = mBitReader.getBits(2); in parse()
410 uint32_t presentation_channel_mask_v1 = mBitReader.getBits(24); in parse()
416 bool b_presentation_core_differs = (mBitReader.getBits(1) == 1); in parse()
421 bool b_presentation_core_channel_coded = (mBitReader.getBits(1) == 1); in parse()
428 bool b_presentation_filter = (mBitReader.getBits(1) == 1); in parse()
433 bool b_enable_presentation = (mBitReader.getBits(1) == 1); in parse()
439 uint32_t n_filter_bytes = mBitReader.getBits(8); in parse()
461 bool b_multi_pid = (mBitReader.getBits(1) == 1); in parse()
465 bool b_hsf_ext = (mBitReader.getBits(1) == 1); in parse()
519 uint32_t n_substream_groups_minus2 = mBitReader.getBits(3); in parse()
531 uint32_t n_skip_bytes = mBitReader.getBits(7); in parse()
534 mBitReader.getBits(8); in parse()
540 bool b_pre_virtualized = (mBitReader.getBits(1) == 1); in parse()
542 b_add_emdf_substreams = (mBitReader.getBits(1) == 1); in parse()
549 uint32_t n_add_emdf_substreams = mBitReader.getBits(7); in parse()
552 uint32_t substream_emdf_version = mBitReader.getBits(5); in parse()
553 uint32_t substream_key_id = mBitReader.getBits(10); in parse()
562 b_presentation_bitrate_info = (mBitReader.getBits(1) == 1); in parse()
574 bool b_alternative = (mBitReader.getBits(1) == 1); in parse()
579 uint32_t name_len = mBitReader.getBits(16); in parse()
586 presentation_name[i] = (char)(mBitReader.getBits(8)); in parse()
589 uint32_t n_targets = mBitReader.getBits(5); in parse()