HomeSort by relevance Sort by last modified time
    Searched defs:maxChannels (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 227 // Set up, start with maxChannels/2 channels
228 const int maxChannels = 100;
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/
aacEnc_ram.h 162 INT maxChannels; /* used while allocation */
metadata_main.cpp 208 UINT maxChannels; /* Maximum number of audio channels to be supported. */
386 const UINT maxChannels) {
404 maxChannels * MAX_DRC_FRAMELEN, sizeof(INT_PCM)))) {
409 maxChannels * MAX_DRC_FRAMELEN * sizeof(INT_PCM));
410 hMetaData->maxChannels = maxChannels;
466 if ((nChannels > (8)) || (nChannels > hMetaData->maxChannels) ||
487 hMetaData->maxChannels * MAX_DRC_FRAMELEN * sizeof(INT_PCM));
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 271 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8;
273 || inChannelCount > maxChannels) {
  /external/aac/libPCMutils/include/
limiter.h 123 unsigned int channels, maxChannels;
191 * nChannels: number of channels ( <= maxChannels specified on create) *
239 * maxChannels: maximum and initial number of channels *
244 FIXP_DBL threshold, unsigned int maxChannels,
  /external/aac/libSBRenc/src/
sbr.h 189 INT maxChannels;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 482 milliseconds