/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
stat_bits.c | 179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
/frameworks/opt/net/wifi/service/jni/ |
wifi_hal_stub.h | 66 int band, int max_channels, wifi_channel *channels, int *num_channels);
|
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 915 int max_channels = 0; local [all...] |
/hardware/qcom/audio/msm8909/hal/msm8960/ |
platform.c | 947 int max_channels = 0; local [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
gscan.cpp | 230 int max_channels; member in class:GetChannelListCommand 237 max_channels(num_max_ch), num_channels(ch_num), band(band) 239 memset(channels, 0, sizeof(wifi_channel) * max_channels); 287 if(num_channels_to_copy > max_channels) 288 num_channels_to_copy = max_channels; 303 int band, int max_channels, wifi_channel *channels, int *num_channels) 306 max_channels, band); [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
gscan.cpp | 87 int band, int max_channels, wifi_channel *channels, int *num_channels) 103 ret = lowiWifiHalApi->get_valid_channels(handle, band, max_channels, 114 ALOGV("%s: RequestId:%d band:%d max_channels:%d", __FUNCTION__, 115 requestId, band, max_channels); 155 max_channels) ) 161 gScanCommand->setMaxChannels(max_channels); 383 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ? 384 MAX_CHANNELS : bucketSpec.num_channels; [all...] |
/frameworks/opt/net/wifi/service/lib/ |
wifi_hal_stub.cpp | 129 int band, int max_channels, wifi_channel *channels, int *num_channels) {
|
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 245 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS); 324 AudioBiquadFilter::MAX_CHANNELS,
|
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 2350 int max_channels = 0; local [all...] |
/external/opencv3/modules/features2d/src/kaze/ |
AKAZEFeatures.cpp | 1400 const int max_channels = 3; local [all...] |
/device/generic/goldfish/qemud/ |
qemud.c | 299 #define MAX_CHANNELS 16 300 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */ [all...] |
/hardware/qcom/audio/msm8909/hal/msm8916/ |
platform.c | 2385 int max_channels = 0; local [all...] |
/hardware/qcom/audio/msm8909/hal/msm8974/ |
platform.c | 2225 int max_channels = 0; local [all...] |
/device/google/dragon/audio/hal/ |
audio_hw.c | 669 int max_channels = 2; local 674 return max_channels; [all...] |
/external/aac/libAACdec/src/ |
aacdecoder.cpp | 879 /* set default max_channels for memory allocation because in implicit channel mapping mode [all...] |
/device/htc/flounder/audio/hal/ |
audio_hw.c | 706 int max_channels = 2; local 711 return max_channels; [all...] |