Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DAC4Parser.cpp42 static const char *ChannelModes[] = { variable
101 channel_mode < NELEM(ChannelModes) ? ChannelModes[channel_mode] : "reserved"); in parseSubstreamDSI()
395 dsi_presentation_ch_mode < NELEM(ChannelModes) ? in parse()
396 ChannelModes[dsi_presentation_ch_mode] : "reserved"); in parse()