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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
config.h 26 #define MAX_CHANNELS 2
  /frameworks/av/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/opencv/otherlibs/highgui/
grfmt_tiff.cpp 363 const int MAX_CHANNELS = 4;
364 int bpp_arr[MAX_CHANNELS];
422 if( count > MAX_CHANNELS )
  /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...]
  /device/generic/goldfish/qemud/
qemud.c 298 #define MAX_CHANNELS 16
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
    [all...]

Completed in 141 milliseconds