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

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
config.h 26 #define MAX_CHANNELS 2
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h 38 static const int MAX_CHANNELS = 2;
140 audio_sample_t mDelays[MAX_CHANNELS][4];
  /external/dropbear/
channel.h 48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11
  /external/qemu/telephony/
sysdeps_qemu.c 162 #define MAX_CHANNELS 16
164 static SysChannelRec _s_channels0[ MAX_CHANNELS ];
172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) {
  /external/quake/quake/src/QW/client/
sound.h 127 #define MAX_CHANNELS 128
131 extern channel_t channels[MAX_CHANNELS];
  /external/quake/quake/src/WinQuake/
sound.h 136 #define MAX_CHANNELS 128
140 extern channel_t channels[MAX_CHANNELS];
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 69 #define MAX_CHANNELS 16
87 static const char *const channel_name[MAX_CHANNELS] = {
511 static const char *wav_file[MAX_CHANNELS];
512 static int wav_file_size[MAX_CHANNELS];
624 static const char *const wavs[MAX_CHANNELS] = {
  /sdk/emulator/qemud/
qemud.c 298 #define MAX_CHANNELS 16
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
    [all...]

Completed in 119 milliseconds