Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp923 uint8_t associationCount; in parse() local
924 if (!source()->readAt(offset, &associationCount, 1)) { in parse()
930 for (size_t i = 0; i < associationCount; ++i) { in parse()