Lines Matching refs:presentation
292 for (uint32_t presentation = 0; presentation < n_presentations; presentation++) { in parse() local
293 mPresentations[presentation].mProgramID = short_program_id; in parse()
313 ALOGV("%u: pres_bytes = %u\n", presentation, pres_bytes); in parse()
337 ALOGV("%u: b_single_substream/group = %s\n", presentation, in parse()
339 ALOGV("%u: presentation_version = %u\n", presentation, presentation_version); in parse()
340 ALOGV("%u: presentation_config = %u (%s)\n", presentation, presentation_config, in parse()
347 ALOGV("%u: b_add_emdf_substreams = %s\n", presentation, BOOLSTR(b_add_emdf_substreams)); in parse()
351 ALOGV("%u: mdcompat = %d\n", presentation, mdcompat); in parse()
354 ALOGV("%u: b_presentation_group_index = %s\n", presentation, in parse()
358 mPresentations[presentation].mGroupIndex = mBitReader.getBits(5); in parse()
359 ALOGV("%u: presentation_group_index = %d\n", presentation, in parse()
360 mPresentations[presentation].mGroupIndex); in parse()
364 ALOGV("%u: dsi_frame_rate_multiply_info = %d\n", presentation, in parse()
369 ALOGV("%u: dsi_frame_rate_fraction_info = %d\n", presentation, in parse()
375 ALOGV("%u: presentation_emdf_version = %d\n", presentation, presentation_emdf_version); in parse()
376 ALOGV("%u: presentation_key_id = %d\n", presentation, presentation_key_id); in parse()
386 ALOGV("%u: b_presentation_channel_coded = %s\n", presentation, in parse()
392 mPresentations[presentation].mChannelMode = dsi_presentation_ch_mode; in parse()
393 ALOGV("%u: dsi_presentation_ch_mode = %d (%s)\n", presentation, in parse()
402 ALOGV("%u: pres_b_4_back_channels_present = %s\n", presentation, in parse()
404 ALOGV("%u: pres_top_channel_pairs = %d\n", presentation, in parse()
411 ALOGV("%u: presentation_channel_mask_v1 = 0x%06x\n", presentation, in parse()
417 ALOGV("%u: b_presentation_core_differs = %s\n", presentation, in parse()
429 ALOGV("%u: b_presentation_filter = %s\n", presentation, in parse()
435 mPresentations[presentation].mEnabled = false; in parse()
437 ALOGV("%u: b_enable_presentation = %s\n", presentation, in parse()
450 if (!parseSubstreamDSI(presentation, 0)) { in parse()
454 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
462 ALOGV("%u: b_multi_pid = %s\n", presentation, BOOLSTR(b_multi_pid)); in parse()
466 ALOGV("%u: b_hsf_ext = %s\n", presentation, BOOLSTR(b_hsf_ext)); in parse()
473 if (!parseSubstreamDSI(presentation, 0)) { in parse()
476 if (!parseSubstreamDSI(presentation, 1)) { in parse()
480 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
483 if (!parseSubstreamGroupDSI(presentation, 1)) { in parse()
491 if (!parseSubstreamDSI(presentation, 0)) { in parse()
494 if (!parseSubstreamDSI(presentation, 1)) { in parse()
497 if (!parseSubstreamDSI(presentation, 2)) { in parse()
501 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
504 if (!parseSubstreamGroupDSI(presentation, 1)) { in parse()
507 if (!parseSubstreamGroupDSI(presentation, 2)) { in parse()
514 if (!parseSubstreamDSI(presentation, 0)) { in parse()
520 ALOGV("%u: n_substream_groups_minus2 = %d\n", presentation, in parse()
523 if (!parseSubstreamGroupDSI(presentation, sg)) { in parse()
541 mPresentations[presentation].mPreVirtualized = b_pre_virtualized; in parse()
543 ALOGV("%u: b_pre_virtualized = %s\n", presentation, BOOLSTR(b_pre_virtualized)); in parse()
544 ALOGV("%u: b_add_emdf_substreams = %s\n", presentation, in parse()
554 ALOGV("%u: emdf_substream[%d]: version=%d, key_id=%d\n", presentation, j, in parse()
582 mPresentations[presentation].mDescription; in parse()
611 if (mPresentations[presentation].mChannelMode == -1) { in parse()
612 ALOGE("could not determing channel mode of presentation %d", presentation); in parse()