Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp259 uint32_t n_presentations = mBitReader.getBits(9); in parse() local
292 for (uint32_t presentation = 0; presentation < n_presentations; presentation++) { in parse()