Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DAC4Parser.h82 typedef std::map<uint32_t, AC4Presentation> AC4Presentations; typedef
84 const AC4Presentations& getPresentations() const { return mPresentations; } in getPresentations()
87 AC4Presentations mPresentations;
DMPEG4Extractor.cpp3118 AC4DSIParser::AC4Presentations ac4Presentations = parser.getPresentations(); in parseAC4SpecificBox()