HomeSort by relevance Sort by last modified time
    Searched defs:freq (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/libopenjpeg20/
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/deqp/framework/delibs/deutil/
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/iw/
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, "");
ocb.c 14 unsigned long freq; local
30 /* freq */
31 freq = strtoul(argv[0], &end, 10);
35 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq);
49 NLA_PUT_U32(msg, NL80211_ATTR_CENTER_FREQ1, freq);
62 COMMAND(ocb, join, "<freq in MHz> <5MHZ|10MHZ>",
connect.c 18 int freq; local
28 /* freq */
30 freq = strtoul(argv[0], &end, 10);
32 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq);
143 TOPLEVEL(connect, "[-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465]",
155 int freq; local
189 freq = strtoul(argv[0], &end, 10);
191 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq);
216 TOPLEVEL(auth, "<SSID> <bssid> <type:open|shared> <freq in MHz> [key 0:abcde d:1:6162636465]",
ibss.c 33 unsigned long freq; local
74 /* freq */
75 freq = strtoul(argv[0], &end, 10);
79 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq);
94 freq + chanmode_selected->freq1_diff);
106 if (argc && strcmp(argv[0], "fixed-freq") == 0) {
197 "<SSID> <freq in MHz> [HT20|HT40+|HT40-|NOHT|5MHZ|10MHZ] [fixed-freq] [<fixed bssid>] [beacon-interval <TU>]"
  /external/libjpeg-turbo/
tjutil.c 35 LARGE_INTEGER freq; local
36 if(!QueryPerformanceFrequency(&freq)) return 0.0;
37 return (double)freq.QuadPart;
  /external/libopus/silk/float/
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/libvncserver/test/
tjutil.c 35 LARGE_INTEGER freq; local
36 if(!QueryPerformanceFrequency(&freq)) return 0.0;
37 return (double)freq.QuadPart;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
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);
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);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 131 int32 freq; local
153 for (freq = 0; freq < 3*sfb_lines; freq += 3)
159 Scratch_mem[freq ] = tmp1;
160 Scratch_mem[freq+1] = tmp2;
161 Scratch_mem[freq+2] = tmp3;
174 for (freq = 0; freq < 3*sfb_lines; freq += 3
    [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);
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 82 LARGE_INTEGER freq, diff; local
86 QueryPerformanceFrequency(&freq);
87 return diff.QuadPart * 1000000 / freq.QuadPart;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hmtrp.cxx 96 uint32_t freq; local
103 if (radio->getConfig(&freq, &dataRate, &rxBandwidth, &modulation,
107 cout << "freq: " << freq << " dataRate: " << dataRate
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_timer.h 79 LARGE_INTEGER freq, diff; local
83 QueryPerformanceFrequency(&freq);
84 return diff.QuadPart * 1000000 / freq.QuadPart;
  /hardware/qcom/msm8994/kernel-headers/linux/
msm-core-interface.h 37 uint32_t freq[MAX_NUM_FREQ]; member in struct:sched_params
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm-core-interface.h 21 uint32_t freq[MAX_NUM_FREQ]; member in struct:sched_params
  /hardware/qcom/msm8996/kernel-headers/linux/
msm-core-interface.h 37 uint32_t freq[MAX_NUM_FREQ]; member in struct:sched_params
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm-core-interface.h 21 uint32_t freq[MAX_NUM_FREQ]; member in struct:sched_params
  /external/aac/libFDK/include/
mdct.h 115 FIXP_DBL *freq; member in union:__anon6891::__anon6892
  /external/opencv3/modules/core/test/
test_hal_core.cpp 117 double freq = getTickFrequency(); local
120 n, (depth == CV_32F ? "f32" : "f64"), min_hal_t*1e6/freq, min_ocv_t*1e6/freq);
188 double freq = getTickFrequency(); local
193 min_hal_t*1e6/freq, min_ocv_t*1e6/freq);
  /external/webrtc/webrtc/sound/
soundsysteminterface.h 51 unsigned int freq; member in struct:rtc::SoundSystemInterface::OpenParams
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 80 const float freq = 1 / dT; local
81 if (freq >= 100 && freq<1000) { // filter values obviously wrong
83 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
HMTRPSample.java 76 long[] freq = {0}; local
83 if (radio.getConfig(freq, dataRate, rxBandwidth, modulation, txPower, uartBaud)) {
85 System.out.println("freq: " + freq[0] + " dataRate: " + dataRate[0]

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>