HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CHANNELS (Results 26 - 31 of 31) sorted by null

12

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 363 const int MAX_CHANNELS = 4;
364 int bpp_arr[MAX_CHANNELS];
422 if( count > MAX_CHANNELS )
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 34 assert(nChannels > 0 && nChannels <= MAX_CHANNELS);
EffectEqualizer.cpp 263 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS);
342 AudioBiquadFilter::MAX_CHANNELS,
  /development/tools/emulator/system/qemud/
qemud.c 298 #define MAX_CHANNELS 16
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
    [all...]
  /sdk/emulator/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) {

Completed in 4943 milliseconds

12