Searched refs:presentation_config (Results 1 – 1 of 1) sorted by relevance
296 uint32_t presentation_config = 0, presentation_version = 0; in parse() local303 presentation_config = mBitReader.getBits(5); in parse()324 presentation_config = mBitReader.getBits(5); in parse()325 b_single_substream_group = (presentation_config == 0x1f); in parse()340 ALOGV("%u: presentation_config = %u (%s)\n", presentation, presentation_config, in parse()341 (presentation_config >= NELEM(PresentationConfig) ? in parse()342 "reserved" : PresentationConfig[presentation_config])); in parse()345 if (!b_single_substream_group && presentation_config == 6) { in parse()468 switch (presentation_config) { in parse()