HomeSort by relevance Sort by last modified time
    Searched refs:parseSubstreamGroupDSI (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/extractors/mp4/
AC4Parser.cpp 150 bool AC4DSIParser::parseSubstreamGroupDSI(uint32_t presentationID, uint32_t groupID)
454 if (!parseSubstreamGroupDSI(presentation, 0)) {
480 if (!parseSubstreamGroupDSI(presentation, 0)) {
483 if (!parseSubstreamGroupDSI(presentation, 1)) {
501 if (!parseSubstreamGroupDSI(presentation, 0)) {
504 if (!parseSubstreamGroupDSI(presentation, 1)) {
507 if (!parseSubstreamGroupDSI(presentation, 2)) {
523 if (!parseSubstreamGroupDSI(presentation, sg)) {
AC4Parser.h 99 bool parseSubstreamGroupDSI(uint32_t presentationID, uint32_t groupID);

Completed in 72 milliseconds