Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h262 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()
DAAudioArgsParser.h20 #define MAX_CHANNELS 8 macro
112 if (channelCount > MAX_CHANNELS) { in setChannelCount()
113 printf("Sorry, MAX of %d channels!\n", MAX_CHANNELS); in setChannelCount()
114 channelCount = MAX_CHANNELS; in setChannelCount()
/frameworks/av/media/libeffects/testlibs/
DAudioBiquadFilter.h38 static const int MAX_CHANNELS = 2;
140 audio_sample_t mDelays[MAX_CHANNELS][4];
DEffectEqualizer.cpp248 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS); in Equalizer_setConfig()
327 AudioBiquadFilter::MAX_CHANNELS, in Equalizer_init()
DAudioBiquadFilter.cpp34 assert(nChannels > 0 && nChannels <= MAX_CHANNELS); in configure()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine.cpp120 numActiveOscilators = (actualChannelCount > MAX_CHANNELS) ? MAX_CHANNELS : actualChannelCount; in main()
Dwrite_sine_callback.cpp103 for (int i = 0; i < MAX_CHANNELS; ++i) { in testOpenPlayClose()
/frameworks/base/telephony/java/android/telephony/
DNetworkScanRequest.java43 public static final int MAX_CHANNELS = 32; field in NetworkScanRequest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkScanRequestTracker.java148 && ras.getChannels().length > NetworkScanRequest.MAX_CHANNELS) { in isValidScan()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68699 Landroid/telephony/NetworkScanRequest;->MAX_CHANNELS:I