Searched refs:MAX_CHANNELS (Results 1 – 10 of 10) sorted by relevance
262 SineGenerator sineOscillators[MAX_CHANNELS];285 for (int i = 0; i < MAX_CHANNELS; ++i) { in setupSineBlip()293 for (int i = 0; i < MAX_CHANNELS; ++i) { in setupSineSweeps()363 int numActiveOscilators = (samplesPerFrame > MAX_CHANNELS) ? MAX_CHANNELS : samplesPerFrame; in SimplePlayerDataCallbackProc()
20 #define MAX_CHANNELS 8 macro112 if (channelCount > MAX_CHANNELS) { in setChannelCount()113 printf("Sorry, MAX of %d channels!\n", MAX_CHANNELS); in setChannelCount()114 channelCount = MAX_CHANNELS; in setChannelCount()
38 static const int MAX_CHANNELS = 2;140 audio_sample_t mDelays[MAX_CHANNELS][4];
248 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS); in Equalizer_setConfig()327 AudioBiquadFilter::MAX_CHANNELS, in Equalizer_init()
34 assert(nChannels > 0 && nChannels <= MAX_CHANNELS); in configure()
120 numActiveOscilators = (actualChannelCount > MAX_CHANNELS) ? MAX_CHANNELS : actualChannelCount; in main()
103 for (int i = 0; i < MAX_CHANNELS; ++i) { in testOpenPlayClose()
43 public static final int MAX_CHANNELS = 32; field in NetworkScanRequest
148 && ras.getChannels().length > NetworkScanRequest.MAX_CHANNELS) { in isValidScan()
68699 Landroid/telephony/NetworkScanRequest;->MAX_CHANNELS:I