Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DAC4Parser.cpp130 if (mPresentations[presentationID].mChannelMode == -1 && in parseSubstreamDSI()
132 mPresentations[presentationID].mChannelMode = channel_mode; in parseSubstreamDSI()
392 mPresentations[presentation].mChannelMode = dsi_presentation_ch_mode; in parse()
615 if (mPresentations[presentation].mChannelMode == -1) { in parse()
DMPEG4Extractor.cpp3320 switch (presentation.mChannelMode) { in parseAC4SpecificBox()
/frameworks/av/media/module/extractors/mp4/include/
DAC4Parser.h36 int32_t mChannelMode = -1; member