Searched defs:freqs (Results 1 - 24 of 24) sorted by path

/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2236 const int freqs[] = {48000, 44100, 16000, 96000, 32000, 8000}; local
2240 for (int freq = 0; freq < sizeof(freqs)/sizeof(freqs[0]); freq++)
2245 Wfx.nSamplesPerSec = freqs[freq];
2573 const int freqs[6] = {48000, 44100, 16000, 96000, 32000, 8000}; local
2577 for (int freq = 0; freq < sizeof(freqs)/sizeof(freqs[0]); freq++)
2582 Wfx.nSamplesPerSec = freqs[freq];
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c651 uint32_t freqs; local
703 freqs = (uint32_t)(freq_signal_abs[0]) +
735 freqs += (uint32_t)tmp32no10;
736 freqs += (uint32_t)tmp32no11;
737 freqs += (uint32_t)tmp32no12;
780 "addu %[freqs], %[freqs], %[tmp32no10] \n\t"
781 "addu %[freqs], %[freqs], %[tmp32no11] \n\t"
782 "addu %[freqs],
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_stfa.c66 static const int freqs[16]={ variable
218 SDL_MintAudio_AddFrequency(this, freqs[i], 0, i, -1);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h308 * freqs - Array of frequencies to scan or %NULL for all frequencies
312 int *freqs; member in struct:wpa_driver_scan_params
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3911 * @num_freqs: Number of entries in freqs array
3918 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c2265 int freqs[MAX_REPORT_FREQS]; local
2303 freqs[num_freqs] = nla_get_u32(nl);
2305 freqs[num_freqs]);
2312 info->freqs = freqs;
5132 if (params->freqs) {
5133 struct nlattr *freqs; local
5134 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES);
5135 if (freqs == NULL)
5137 for (i = 0; params->freqs[
6353 int freqs[2]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c1619 int freqs; local
1661 freqs = 0;
1664 if (freqs + 1 == P2P_MAX_CHANNELS)
1668 if (freqs + 1 == P2P_MAX_CHANNELS)
1673 res.freq_list[freqs++] = freq;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h308 * freqs - Array of frequencies to scan or %NULL for all frequencies
312 int *freqs; member in struct:wpa_driver_scan_params
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3911 * @num_freqs: Number of entries in freqs array
3918 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c2265 int freqs[MAX_REPORT_FREQS]; local
2303 freqs[num_freqs] = nla_get_u32(nl);
2305 freqs[num_freqs]);
2312 info->freqs = freqs;
5132 if (params->freqs) {
5133 struct nlattr *freqs; local
5134 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES);
5135 if (freqs == NULL)
5137 for (i = 0; params->freqs[
6353 int freqs[2]; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c1619 int freqs; local
1661 freqs = 0;
1664 if (freqs + 1 == P2P_MAX_CHANNELS)
1668 if (freqs + 1 == P2P_MAX_CHANNELS)
1673 res.freq_list[freqs++] = freq;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c215 int *freqs = NULL, *n; local
220 if (in_array(freqs, bss->freq))
222 n = os_realloc_array(freqs, *count + 2, sizeof(int));
224 return freqs;
225 freqs = n;
226 freqs[*count] = bss->freq;
228 freqs[*count] = 0;
231 return freqs;
236 int *freqs, size_t count)
241 return freqs;
235 bgscan_learn_get_probe_freq(struct bgscan_learn_data *data, int *freqs, size_t count) argument
275 int *freqs = NULL; local
354 int i, j, *freqs = NULL, *n; local
[all...]
H A Dconfig.c888 int *freqs; local
894 freqs = os_calloc(len + 1, sizeof(int));
895 if (freqs == NULL)
905 n = os_realloc_array(freqs, len * 2 + 1, sizeof(int));
907 os_free(freqs);
912 freqs = n;
916 freqs[used] = atoi(pos);
917 if (freqs[used] == 0)
923 return freqs;
931 int *freqs; local
951 int *freqs; local
968 wpa_config_write_freqs(const struct parse_data *data, const int *freqs) argument
3464 int *freqs; local
[all...]
H A Dctrl_iface.c256 int *freqs = NULL; local
266 freqs = freq_range_to_channel_list(wpa_s,
269 wpa_s->manual_sched_scan_freqs = freqs;
2364 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); local
2365 if (freqs) {
2368 wpa_s->manual_scan_freqs = freqs;
5089 int *freqs = NULL; local
5114 int_array_add_unique(&freqs, freq);
5119 return freqs;
5128 int *freqs local
6008 int *freqs = NULL; local
[all...]
H A Devents.c571 static int freq_allowed(int *freqs, int freq) argument
575 if (freqs == NULL)
578 for (i = 0; freqs[i]; i++)
579 if (freqs[i] == freq)
H A Dinterworking.c2843 int *freqs)
2857 wpa_s->manual_scan_freqs = freqs;
2842 interworking_select(struct wpa_supplicant *wpa_s, int auto_select, int *freqs) argument
H A Dp2p_supplicant.c134 int *freqs; local
137 freqs = os_calloc(wpa_s->num_multichan_concurrent, sizeof(int));
138 if (!freqs)
141 num = get_shared_radio_freqs(wpa_s, freqs,
143 os_free(freqs);
160 struct wpa_used_freq_data *freqs; local
163 freqs = os_calloc(wpa_s->num_multichan_concurrent,
165 if (!freqs)
168 num = get_shared_radio_freqs_data(wpa_s, freqs,
174 if (p2p_supported_freq(wpa_s->global->p2p, freqs[
2953 wpas_p2p_pick_best_used_freq(struct wpa_supplicant *wpa_s, struct wpa_used_freq_data *freqs, unsigned int num) argument
2998 struct wpa_used_freq_data *freqs; local
4226 struct wpa_used_freq_data *freqs; local
4492 int freqs[2] = { 0, 0 }; local
4684 struct wpa_used_freq_data *freqs; local
5148 struct wpa_used_freq_data *freqs; local
7865 wpas_p2p_optimize_listen_channel(struct wpa_supplicant *wpa_s, struct wpa_used_freq_data *freqs, unsigned int num) argument
7895 struct wpa_used_freq_data *freqs; local
[all...]
H A Dwpa_supplicant.c4282 static void add_freq(int *freqs, int *num_freqs, int freq) argument
4287 if (freqs[i] == freq)
4291 freqs[*num_freqs] = freq;
4300 int *freqs; local
4303 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
4304 if (freqs == NULL)
4315 add_freq(freqs, &num_freqs, bss->freq);
4322 os_free(freqs);
4323 freqs = NULL;
4326 return freqs;
4334 int *freqs = NULL; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1312 dbus_int32_t freqs[P2P_MAX_CHANNELS]; local
1313 dbus_int32_t *f_array = freqs;
1318 os_memset(freqs, 0, sizeof(freqs));
1380 freqs[i] = res->freq_list[i];
H A Ddbus_new_handlers.c1165 int *freqs = NULL, *nfreqs; local
1205 os_free(freqs);
1219 os_free(freqs);
1228 freqs, freqs_num + FREQS_ALLOC_CHUNK,
1231 os_free(freqs);
1232 freqs = nfreqs;
1234 if (freqs == NULL) {
1237 "freqs");
1243 freqs[freqs_num] = freq;
1249 nfreqs = os_realloc_array(freqs, freqs_nu
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h308 * freqs - Array of frequencies to scan or %NULL for all frequencies
312 int *freqs; member in struct:wpa_driver_scan_params
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3911 * @num_freqs: Number of entries in freqs array
3918 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c2265 int freqs[MAX_REPORT_FREQS]; local
2303 freqs[num_freqs] = nla_get_u32(nl);
2305 freqs[num_freqs]);
2312 info->freqs = freqs;
5132 if (params->freqs) {
5133 struct nlattr *freqs; local
5134 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES);
5135 if (freqs == NULL)
5137 for (i = 0; params->freqs[
6353 int freqs[2]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c1619 int freqs; local
1661 freqs = 0;
1664 if (freqs + 1 == P2P_MAX_CHANNELS)
1668 if (freqs + 1 == P2P_MAX_CHANNELS)
1673 res.freq_list[freqs++] = freq;
/external/zopfli/src/zopfli/
H A Dsqueeze.c91 static void RandomizeFreqs(RanState* state, size_t* freqs, int n) { argument
94 if ((Ran(state) >> 4) % 3 == 0) freqs[i] = freqs[Ran(state) % n];

Completed in 3425 milliseconds