HomeSort by relevance Sort by last modified time
    Searched full:max_channels (Results 26 - 37 of 37) sorted by null

12

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 34 assert(nChannels > 0 && nChannels <= MAX_CHANNELS);
EffectEqualizer.cpp 246 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS);
325 AudioBiquadFilter::MAX_CHANNELS,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 148 UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNELS bytes) */
stat_bits.c 179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 72 int max_channels; /* Size of the channels array */ member in struct:snd_midi_channel_set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 72 int max_channels; /* Size of the channels array */ member in struct:snd_midi_channel_set
  /external/quake/quake/src/QW/client/
snd_dma.c 42 channel_t channels[MAX_CHANNELS];
547 for (i=0 ; i<MAX_CHANNELS ; i++)
551 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t));
631 if (total_channels == MAX_CHANNELS)
633 Con_Printf ("total_channels == MAX_CHANNELS\n");
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 39 channel_t channels[MAX_CHANNELS];
551 for (i=0 ; i<MAX_CHANNELS ; i++)
555 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t));
635 if (total_channels == MAX_CHANNELS)
637 Con_Printf ("total_channels == MAX_CHANNELS\n");
  /device/samsung/tuna/audio/
audio_hw.c 3199 int max_channels = 0; local
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 298 #define MAX_CHANNELS 16
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
    [all...]
  /external/dropbear/
common-channel.c 117 if (ses.chansize >= MAX_CHANNELS) {
  /external/aac/libAACdec/src/
aacdecoder.cpp 833 /* set default max_channels for memory allocation because in implicit channel mapping mode
    [all...]

Completed in 1093 milliseconds

12