HomeSort by relevance Sort by last modified time
    Searched defs:MAX_CHANNELS (Results 1 - 8 of 8) 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/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 )
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 19 const unsigned MAX_CHANNELS = 16;
25 int band, int max_channels, wifi_channel *channels, int *num_channels);
110 wifi_scan_channel_spec channels[MAX_CHANNELS]; // channels to scan; these may include DFS 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/chromium_org/third_party/qcms/src/
iccread.c 532 #define MAX_CHANNELS 10 // arbitrary
533 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
592 if (num_in_channels > MAX_CHANNELS || num_out_channels > MAX_CHANNELS)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 765 private static final int MAX_CHANNELS = 8;
782 bucketSettings.channels = new WifiNative.ChannelSettings[MAX_CHANNELS];
    [all...]

Completed in 538 milliseconds