Searched refs:AUDIO_SPECIFIC_CONFIG_CHANNEL_COUNT_TABLE (Results 1 – 1 of 1) sorted by relevance
112 private static final int[] AUDIO_SPECIFIC_CONFIG_CHANNEL_COUNT_TABLE = field in AacUtil250 int channelCount = AUDIO_SPECIFIC_CONFIG_CHANNEL_COUNT_TABLE[channelConfiguration]; in parseAudioSpecificConfig()270 for (int i = 0; i < AUDIO_SPECIFIC_CONFIG_CHANNEL_COUNT_TABLE.length; ++i) { in buildAacLcAudioSpecificConfig()271 if (channelCount == AUDIO_SPECIFIC_CONFIG_CHANNEL_COUNT_TABLE[i]) { in buildAacLcAudioSpecificConfig()