Home
last modified time | relevance | path

Searched refs:b_single_substream_group (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp295 bool b_single_substream_group = false; in parse() local
302 b_single_substream_group = (mBitReader.getBits(1) == 1); in parse()
325 b_single_substream_group = (presentation_config == 0x1f); in parse()
338 BOOLSTR(b_single_substream_group)); in parse()
345 if (!b_single_substream_group && presentation_config == 6) { in parse()
448 if (b_single_substream_group) { in parse()