Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp150 bool AC4DSIParser::parseSubstreamGroupDSI(uint32_t presentationID, uint32_t groupID) in parseSubstreamGroupDSI() function in android::AC4DSIParser
454 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
480 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
483 if (!parseSubstreamGroupDSI(presentation, 1)) { in parse()
501 if (!parseSubstreamGroupDSI(presentation, 0)) { in parse()
504 if (!parseSubstreamGroupDSI(presentation, 1)) { in parse()
507 if (!parseSubstreamGroupDSI(presentation, 2)) { in parse()
523 if (!parseSubstreamGroupDSI(presentation, sg)) { in parse()
DAC4Parser.h99 bool parseSubstreamGroupDSI(uint32_t presentationID, uint32_t groupID);