Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp379 bool b_presentation_channel_coded = false; in parse() local
381 b_presentation_channel_coded = true; in parse()
384 b_presentation_channel_coded = (mBitReader.getBits(1) == 1); in parse()
387 BOOLSTR(b_presentation_channel_coded)); in parse()
388 if (b_presentation_channel_coded) { in parse()