HomeSort by relevance Sort by last modified time
    Searched refs:freq (Results 151 - 175 of 562) sorted by null

1 2 3 4 5 67 8 91011>>

  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_analysis.py 268 freq,
289 freq: The expected frequency of signal.
300 golden_y = _generate_golden_pattern(rate, freq, block_size)
316 def _generate_golden_pattern(rate, freq, block_size):
333 freq: The frequency of golden pattern.
340 samples_in_a_period = int(rate / freq) + 1
344 golden_y = numpy.sin(freq * 2.0 * numpy.pi * golden_x)
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c 457 int ath5k_hw_rfgain_init(struct ath5k_hw *ah, unsigned int freq)
492 switch (freq) {
502 ath5k_hw_reg_write(ah, ath5k_rfg[i].rfg_value[freq],
835 int ath5k_channel_ok(struct ath5k_hw *ah, u16 freq, unsigned int flags)
839 if ((freq >= ah->ah_capabilities.cap_range.range_2ghz_min) &&
840 (freq <= ah->ah_capabilities.cap_range.range_2ghz_max))
843 if ((freq >= ah->ah_capabilities.cap_range.range_5ghz_min) &&
844 (freq <= ah->ah_capabilities.cap_range.range_5ghz_max))
1113 * @freq: the channel frequency, just used for error logging
1132 ath5k_hw_noise_floor_calibration(struct ath5k_hw *ah, short freq)
    [all...]
  /external/libcxx/src/
chrono.cpp 201 static LARGE_INTEGER freq; variable
204 initialized = QueryPerformanceFrequency(&freq); // always succceeds
208 return time_point(duration(counter.QuadPart * nano::den / freq.QuadPart));
  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 127 tx1.freq = 0;
143 if (tx1.offset || tx1.freq || tx1.tick != tickval) {
201 tx1.freq = 0;
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.cpp 30 LARGE_INTEGER freq; local
31 QueryPerformanceFrequency(&freq);
32 freq_ = static_cast<double>(freq.QuadPart);
  /external/wpa_supplicant_8/src/utils/
common.c 773 struct wpa_freq_range *freq = NULL, *n; local
783 n = os_realloc_array(freq, count + 1,
786 os_free(freq);
789 freq = n;
790 freq[count].min = atoi(pos);
795 freq[count].max = atoi(pos2);
797 freq[count].max = freq[count].min;
805 res->range = freq;
813 unsigned int freq)
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/storage/
RadioStorage.java 215 long freq = sel.getFirstId(ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY); local
217 editor.putLong(PREF_KEY_RADIO_CHANNEL_AM, freq);
220 editor.putLong(PREF_KEY_RADIO_CHANNEL_FM, freq);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 201 static LARGE_INTEGER freq; variable
204 initialized = QueryPerformanceFrequency(&freq); // always succceeds
208 return time_point(duration(counter.QuadPart * nano::den / freq.QuadPart));
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CpuThrottlingWaiter.java 77 String freq = device.executeShellCommand( local
79 if (!e.getValue().equals(freq)) {
81 CLog.d("CPU %s not ready: %s/%s", e.getKey(), freq, e.getValue());
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 510 hapd->dpp_auth->curr_freq = peer_bi->freq[0];
537 unsigned int freq)
617 peer_bi, own_bi, freq, hdr, buf,
793 wpa_printf(MSG_DEBUG, "DPP: GAS request to " MACSTR " (freq %u MHz)",
892 unsigned int freq)
982 hostapd_drv_send_action(hapd, freq, 0, src,
991 unsigned int freq)
1026 hostapd_drv_send_action(hapd, freq, 0, src,
1033 const u8 *buf, size_t len, unsigned int freq)
1059 hostapd_drv_send_action(hapd, freq, 0, src
    [all...]
drv_callbacks.c 629 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
638 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
639 freq, ht, offset, width, channel_width_to_string(width),
642 hapd->iface->freq = freq;
644 channel = hostapd_hw_get_channel(hapd, freq);
692 is_dfs = ieee80211_is_dfs(freq);
695 freq == hapd->cs_freq_params.freq) {
700 "freq=%d dfs=%d", freq, is_dfs)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 80 int freq = atoi(tokens->at(2).string()); local
84 AudioHardware::ESampleRate_44100, freq, samples, true);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_dvfs.c 38 unsigned int freq; member in struct:acpu_volt_cal_para
45 unsigned int freq; member in struct:ddr_volt_cal_para
52 unsigned int freq; member in struct:acpu_dvfs_opp_para
231 if (acpu_dvfs_profile[tar_prof].freq > 800000) {
384 if (acpu_dvfs_profile[tar_prof].freq > 800000)
449 if (acpu_dvfs_profile[tar_prof].freq > 800000) {
531 if (acpu_dvfs_profile[tar_prof].freq > 800000)
668 if (max_freq == hi6220_acpu_profile[i].freq) {
675 ERROR("%s: cannot found max freq profile\n", __func__);
682 /* if max freq is 208MHz, do nothing *
    [all...]
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
cpufreq.sh 153 for freq in $freqs; do
154 set_cpu_frequency $1 $freq
  /external/tensorflow/tensorflow/core/kernels/
mfcc_mel_filterbank.cc 198 double MfccMelFilterbank::FreqToMel(double freq) const {
199 return 1127.0 * log(1.0 + (freq / 700.0));
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuFreqParser.cpp 43 // parse freq and time
53 int freq = toInt(record[0]); local
58 cpucores[i].push_back(make_pair(freq, toLongLong(record[i+1])));
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 81 long freq = 1237; local
84 f0 = pow(2., 32.) * freq / (float)rate;
  /system/extras/tests/workloads/
chromefling.sh 101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
recentfling.sh 107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 2946 int freq, num; local
6750 int freq; local
    [all...]
sme.c 250 params.freq = bss->freq;
260 wpa_s->sme.freq = params.freq;
472 wpa_s, bss->freq,
644 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
645 wpa_ssid_txt(params.ssid, params.ssid_len), params.freq);
664 int freq, num; local
665 num = get_shared_radio_freqs(wpa_s, &freq, 1);
666 if (num > 0 && freq > 0 && freq != params.freq)
1711 int freq; local
    [all...]
ap.c 523 static void ap_public_action_rx(void *ctx, const u8 *buf, size_t len, int freq)
537 len - IEEE80211_HDRLEN - 1, freq);
588 static int ap_vendor_action_rx(void *ctx, const u8 *buf, size_t len, int freq)
600 len - IEEE80211_HDRLEN - 1, freq);
611 unsigned int freq = 0; local
614 freq = wpa_s->ap_iface->freq;
617 freq, ssi_signal);
635 wpa_s->assoc_freq = wpa_s->ap_iface->freq;
678 params.freq.freq = ssid->frequency
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 468 Frequency freq) {
471 if (static_cast<int>(freq) == 12000) {
472 freq = kWbInHz;
473 } else if (static_cast<int>(freq) == 24000) {
474 freq = kSwbInHz;
477 if((freq == kNbInHz) || (freq == kWbInHz) || (freq == kSwbInHz) ||
478 (freq == kLowestPossible)) {
479 _minimumMixingFreq=freq;
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 51 public int freq; // SECONDLY, MINUTELY, etc. field in class:EventRecurrence
82 sParsePartMap.put("FREQ", new ParseFreq());
114 /** maps a FREQ value to an integer constant */
325 s.append("FREQ=");
326 switch (this.freq)
397 if (this.freq != WEEKLY) {
418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month).
420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month),
423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every
430 if (this.freq != MONTHLY)
727 Integer freq = sParseFreqMap.get(value); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 104 * freq - Frequency in MHz
106 int freq; member in struct:hostapd_channel_data
260 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
295 int freq; member in struct:wpa_scan_res
582 int freq; member in struct:wpa_driver_auth_params
644 * freq - Primary channel center frequency in MHz
646 int freq; member in struct:hostapd_freq_params
786 * freq - channel parameters
788 struct hostapd_freq_params freq; member in struct:wpa_driver_associate_params
794 * hint for the driver. Unlike the @freq parameter, @freq_hint does no
1325 struct hostapd_freq_params *freq; member in struct:wpa_driver_ap_params
1384 struct hostapd_freq_params freq; member in struct:wpa_driver_mesh_join_params
4519 unsigned int freq; member in struct:freq_survey
4625 unsigned int freq; member in struct:wpa_event_data::assoc_info
4983 int freq; member in struct:wpa_event_data::rx_mgmt
5000 unsigned int freq; member in struct:wpa_event_data::remain_on_channel
5182 int freq; member in struct:wpa_event_data::ch_switch
5208 int freq; member in struct:wpa_event_data::dfs_event
    [all...]

Completed in 834 milliseconds

1 2 3 4 5 67 8 91011>>