Searched defs:maxChannels (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_stress_test.cc227 // Set up, start with maxChannels/2 channels
228 const int maxChannels = 100; local
229 VALIDATE_STRESS(maxChannels < 1); // Should always have at least one channel
230 bool* channelState = new bool[maxChannels];
231 memset(channelState, 0, maxChannels * sizeof(bool));
234 for (i = 0; i < (maxChannels / 2); ++i) {
252 if (noOfActiveChannels < maxChannels) {
263 // Delete random channel that's created [0, maxChannels - 1]
268 maxChannels);
/external/aac/libAACenc/src/
H A DaacEnc_ram.h148 INT maxChannels; /* used while allocation */ member in struct:AAC_ENC
/external/aac/libPCMutils/src/
H A Dlimiter.cpp99 unsigned int channels, maxChannels; member in struct:TDLimiter
118 unsigned int maxChannels,
137 limiter->delayBuf = (FIXP_DBL*)FDKcalloc(attack * maxChannels, sizeof(FIXP_DBL));
162 limiter->channels = maxChannels;
163 limiter->maxChannels = maxChannels;
397 if (nChannels > limiter->maxChannels) return TDLIMIT_INVALID_PARAMETER;
114 createLimiter( unsigned int maxAttackMs, unsigned int releaseMs, INT_PCM threshold, unsigned int maxChannels, unsigned int maxSampleRate ) argument
H A Dpcmutils_lib.cpp747 int chMapPos = 0, maxChannels = 0; local
754 maxChannels = 3;
766 maxChannels = 2;
771 maxChannels = 1;
781 if (chIdx == maxChannels) {
/external/aac/libSBRenc/src/
H A Dsbr.h159 INT maxChannels; member in struct:SBR_ENCODER
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 155 milliseconds