Searched refs:CHANNEL_COUNT_MAX (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/java/android/media/
H A DAudioTrack.java97 public static final int CHANNEL_COUNT_MAX = native_get_FCC_8(); field in class:AudioTrack
786 // are further restricted by the matching left/right rule and CHANNEL_COUNT_MAX
859 final int indexMask = (1 << CHANNEL_COUNT_MAX) - 1;
904 if (channelCount > CHANNEL_COUNT_MAX) {
906 channelCount + ">" + CHANNEL_COUNT_MAX);
H A DMediaCodecInfo.java1102 maxChannels = AudioTrack.CHANNEL_COUNT_MAX;

Completed in 215 milliseconds