Searched refs:CHANNEL_COUNT_MAX (Results 1 – 3 of 3) sorted by relevance
102 public static final int CHANNEL_COUNT_MAX = native_get_FCC_8(); field in AudioTrack1115 final int indexMask = (1 << CHANNEL_COUNT_MAX) - 1; in audioParamCheck()1160 if (channelCount > CHANNEL_COUNT_MAX) { in isMultichannelConfigSupported()1162 channelCount + ">" + CHANNEL_COUNT_MAX); in isMultichannelConfigSupported()
1118 maxChannels = AudioTrack.CHANNEL_COUNT_MAX; in applyLevelLimits()
120 private static final int CHANNEL_COUNT_MAX = 32; field in DynamicsProcessing2323 if (channelCount > CHANNEL_COUNT_MAX) { in Settings()2370 if (settings.channelCount > CHANNEL_COUNT_MAX) { in getProperties()