Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DAC4Parser.cpp421 bool b_presentation_core_channel_coded = (mBitReader.getBits(1) == 1); in parse() local
422 if (b_presentation_core_channel_coded) { in parse()