Searched refs:AUDIO_CHANNEL_COUNT_MAX (Results 1 – 1 of 1) sorted by relevance
73 public static final int AUDIO_CHANNEL_COUNT_MAX = 30; field in Recorder103 return ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits); in audioChannelMaskFromRepresentationAndBits()116 if (channel_count > AUDIO_CHANNEL_COUNT_MAX) { in audioChannelMaskForIndexAssignmentFromCount()