/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | lsf_to_lsp.c | 34 int16_t freq; /* normalized frequency in Q15 (0..1) */ local 39 freq = (int16_t)((lsf[i] * 20861) >> 15); 46 k = freq >> 8; 47 diff = (freq&0x00ff);
|
H A D | lsp_to_lsf.c | 35 int16_t freq; /* lsf/(2*pi) (Q16) */ local 73 /* freq in Q16 */ 74 freq = (k << 9) + tmp; 76 /* lsf = freq*2*pi */ 77 (*lsfPtr) = (int16_t)(((int32_t)freq*25736)>>15);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
H A D | time_util.h | 20 inline uint32_t NtpToRtp(NtpTime ntp, uint32_t freq) { argument 21 uint32_t tmp = (static_cast<uint64_t>(ntp.fractions()) * freq) >> 32; 22 return ntp.seconds() * freq + tmp; 26 inline uint32_t CurrentRtp(const Clock& clock, uint32_t freq) { argument 27 return NtpToRtp(NtpTime(clock), freq);
|
/external/libjpeg-turbo/ |
H A D | tjutil.c | 35 LARGE_INTEGER freq; local 36 if(!QueryPerformanceFrequency(&freq)) return 0.0; 37 return (double)freq.QuadPart;
|
/external/libvncserver/test/ |
H A D | tjutil.c | 35 LARGE_INTEGER freq; local 36 if(!QueryPerformanceFrequency(&freq)) return 0.0; 37 return (double)freq.QuadPart;
|
/external/compiler-rt/test/builtins/timing/ |
H A D | timing.h | 17 uint64_t freq = 0; 18 size_t freqSize = sizeof( freq ); 19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L ); 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | dfs.h | 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, 17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, 21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, 25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
|
/external/wpa_supplicant_8/src/ap/ |
H A D | dfs.h | 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, 17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, 21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, 25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | dfs.h | 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, 17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, 21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, 25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
|
/external/deqp/framework/delibs/deutil/ |
H A D | deClock.c | 40 LARGE_INTEGER freq; local 43 QueryPerformanceFrequency(&freq); 44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0); 49 DE_ASSERT(freq.QuadPart != 0); 50 return count.QuadPart * 1000000 / freq.QuadPart; 54 DE_ASSERT(freq.QuadPart >= 1000000); 55 return count.QuadPart / (freq.QuadPart / 1000000);
|
/external/libopus/silk/float/ |
H A D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; local 53 freq = PI / ( length + 1 ); 56 c = 2.0f - freq * freq; 63 S1 = freq;
|
/external/pdfium/third_party/libopenjpeg20/ |
H A D | opj_clock.c | 44 LARGE_INTEGER freq , t ; local 45 /* freq is the clock speed of the CPU */ 46 QueryPerformanceFrequency(&freq) ; 47 /* cout << "freq = " << ((double) freq.QuadPart) << endl; */ 50 return ( t.QuadPart /(OPJ_FLOAT64) freq.QuadPart ) ;
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | hw_features_common.h | 16 int chan, int *freq); 18 int freq, int *chan); 21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq); 34 int freq, int channel, int ht_enabled,
|
H A D | hw_features_common.c | 20 int chan, int *freq) 24 if (freq) 25 *freq = 0; 33 if (freq) 34 *freq = ch->freq; 44 int freq, int *chan) 56 if (ch->freq == freq) { 69 int freq; local 19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument 43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument 77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument 352 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument [all...] |
/external/wpa_supplicant_8/src/common/ |
H A D | hw_features_common.h | 16 int chan, int *freq); 18 int freq, int *chan); 21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq); 34 int freq, int channel, int ht_enabled,
|
H A D | hw_features_common.c | 20 int chan, int *freq) 24 if (freq) 25 *freq = 0; 33 if (freq) 34 *freq = ch->freq; 44 int freq, int *chan) 56 if (ch->freq == freq) { 69 int freq; local 19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument 43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument 77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument 352 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | offchannel.h | 13 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, 17 unsigned int freq, const u8 *dst, 25 unsigned int freq, unsigned int duration); 27 unsigned int freq);
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | hw_features_common.h | 16 int chan, int *freq); 18 int freq, int *chan); 21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq); 34 int freq, int channel, int ht_enabled,
|
H A D | hw_features_common.c | 20 int chan, int *freq) 24 if (freq) 25 *freq = 0; 33 if (freq) 34 *freq = ch->freq; 44 int freq, int *chan) 56 if (ch->freq == freq) { 69 int freq; local 19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument 43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument 77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument 352 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument [all...] |
/external/lzma/CPP/Windows/Control/ |
H A D | Trackbar.h | 19 void SetTicFreq(int freq)
argument 20 { SendMessage(TBM_SETTICFREQ, freq); }
|
/external/speex/libspeex/ |
H A D | lsp.h | 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack); 57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
|
/external/iw/ |
H A D | roc.c | 21 int freq, time; local 26 freq = strtol(argv[0], &end, 0); 34 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq); 41 COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc_start, "");
|
/external/autotest/client/site_tests/kernel_CpufreqMinMax/ |
H A D | kernel_CpufreqMinMax.py | 39 for freq in freqs: 40 logging.info('setting %s to %d' % (filename, freq)) 42 f.write(str(freq)) 49 if (cur_freq != freq): 51 (filename, cur_freq, freq)) 53 (filename, freq))
|
/external/autotest/server/site_tests/network_WiFi_ChannelHop/ |
H A D | network_WiFi_ChannelHop.py | 21 freq = network_WiFi_ChannelHop.ORIGINAL_FREQUENCY 24 frequency=freq, 35 freq) 40 for freq, bssid in ((2437, network_WiFi_ChannelHop.ORIGINAL_BSSID), 54 frequency=freq, 77 freq)
|
/external/autotest/client/site_tests/kernel_Delay/ |
H A D | kernel_Delay.py | 123 def _set_freq(self, freq): 127 @param freq: desired CPU frequency 139 self._set_file(str(freq), p) 143 self._check_freq(freq) 146 def _check_freq(self, freq): 150 @param freq: desired CPU frequency 160 if speed != freq: 162 freq, speed)) 165 if f != freq: 167 f, freq)) [all...] |