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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 72 MAX_CHANNELS = 4,
103 Channel channels[MAX_CHANNELS];
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 38 static const int MAX_CHANNELS = 2;
140 audio_sample_t mDelays[MAX_CHANNELS][4];
  /frameworks/base/telephony/java/android/telephony/
NetworkScanRequest.java 43 public static final int MAX_CHANNELS = 32;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 20 #define MAX_CHANNELS 8
101 if (channelCount > MAX_CHANNELS) {
102 printf("Sorry, MAX of %d channels!\n", MAX_CHANNELS);
103 channelCount = MAX_CHANNELS;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
mrc.h 29 #define MAX_CHANNELS 1
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 363 const int MAX_CHANNELS = 4;
364 int bpp_arr[MAX_CHANNELS];
422 if( count > MAX_CHANNELS )
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
DdrMemoryController.h 61 #define MAX_CHANNELS 1
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 28 #define MAX_CHANNELS 16
37 int band, int max_channels, wifi_channel *channels, int *num_channels);
165 wifi_scan_channel_spec channels[MAX_CHANNELS];
  /hardware/ril/include/telephony/
ril.h 108 #define MAX_CHANNELS 32
    [all...]

Completed in 563 milliseconds