HomeSort by relevance Sort by last modified time
    Searched refs:max_channels (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscancommand.h 58 int max_channels; member in struct:__anon52552
121 virtual void setMaxChannels(int max_channels);
wifihal_internal.h 76 u32 max_channels,
gscan.cpp 95 int band, int max_channels, wifi_channel *channels, int *num_channels)
108 ALOGV("%s: RequestId:%d band:%d max_channels:%d", __FUNCTION__,
109 requestId, band, max_channels);
149 max_channels) )
155 gScanCommand->setMaxChannels(max_channels);
284 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ?
285 MAX_CHANNELS : bucketSpec.num_channels;
    [all...]
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 173 void GetSendCodecInfo(int* max_sample_rate, size_t* max_channels);
transmit_mixer.cc 304 size_t* max_channels) {
306 *max_channels = 1;
314 *max_channels = std::max(*max_channels, codec.channels);
    [all...]
  /device/generic/goldfish/wifi/wifi_hal/
wifi_hal.cpp 234 int max_channels,
243 max_channels,
  /external/libxaac/decoder/
ixheaacd_struct_def.h 255 WORD slot_element, WORD max_channels, WORD32 total_channels,
ixheaacd_aacdecoder.c 96 WORD slot_element, WORD max_channels, WORD32 total_channels,
443 if (max_channels > 2) {
    [all...]
ixheaacd_api.c 991 WORD32 max_channels; local
    [all...]
  /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/qcom/audio/hal/msm8960/
platform.c 940 int max_channels = 0; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 248 int max_channels; member in class:GetChannelListCommand
255 max_channels(num_max_ch), num_channels(ch_num), band(band)
257 memset(channels, 0, sizeof(wifi_channel) * max_channels);
305 if(num_channels_to_copy > max_channels)
306 num_channels_to_copy = max_channels;
321 int band, int max_channels, wifi_channel *channels, int *num_channels)
324 max_channels, band);
    [all...]
  /frameworks/opt/net/wifi/libwifi_hal/
hal_tool.cpp 155 int max_channels,
  /hardware/qcom/audio/hal/msm8916/
platform.c 2244 int max_channels = 0; local
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c 5114 max_channels; local
    [all...]
accelerate-kernels-private.h     [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 3245 int max_channels = 0; local
    [all...]

Completed in 905 milliseconds