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

12

  /hardware/qcom/audio/hal/msm8960/
platform.c 849 int max_channels = 0; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 800 int max_channels = 0; local
837 if (channel_count > max_channels)
838 max_channels = channel_count;
844 return 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/chromium_org/third_party/qcms/src/
iccread.c 490 #define MAX_CHANNELS 10 // arbitrary
491 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
546 if (num_in_channels > MAX_CHANNELS || num_out_channels > MAX_CHANNELS)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 245 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS);
324 AudioBiquadFilter::MAX_CHANNELS,
  /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 863 /* set default max_channels for memory allocation because in implicit channel mapping mode
    [all...]

Completed in 574 milliseconds

12