HomeSort by relevance Sort by last modified time
    Searched full:freq (Results 126 - 150 of 801) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8960/liblight/
lights.c 147 int blink, freq, pwm; local
173 // the LED appears to blink about once per second if freq is 20
175 freq = totalMS / 50;
188 freq = 0;
219 write_int(freq_file, freq);
  /hardware/qcom/display/msm8974/liblight/
lights.c 147 int blink, freq, pwm; local
173 // the LED appears to blink about once per second if freq is 20
175 freq = totalMS / 50;
188 freq = 0;
219 write_int(freq_file, freq);
  /external/chromium_org/third_party/zlib/
trees.c 421 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
422 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
423 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
425 s->dyn_ltree[END_BLOCK].Freq = 1;
450 (tree[n].Freq < tree[m].Freq || \
451 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
487 * IN assertion: the fields freq and dad are set, heap[heap_max] and
530 f = tree[n].Freq;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 415 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
416 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
417 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
419 s->dyn_ltree[END_BLOCK].Freq = 1;
444 (tree[n].Freq < tree[m].Freq || \
445 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
481 * IN assertion: the fields freq and dad are set, heap[heap_max] and
524 f = tree[n].Freq;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 415 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
416 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
417 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
419 s->dyn_ltree[END_BLOCK].Freq = 1;
444 (tree[n].Freq < tree[m].Freq || \
445 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
481 * IN assertion: the fields freq and dad are set, heap[heap_max] and
524 f = tree[n].Freq;
    [all...]
  /external/zlib/src/
trees.c 415 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
416 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
417 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
419 s->dyn_ltree[END_BLOCK].Freq = 1;
444 (tree[n].Freq < tree[m].Freq || \
445 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
481 * IN assertion: the fields freq and dad are set, heap[heap_max] and
524 f = tree[n].Freq;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 169 params.freq = bss->freq;
179 wpa_s->sme.freq = params.freq;
414 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
415 wpa_ssid_txt(params.ssid, params.ssid_len), params.freq);
433 int freq, num; local
434 num = get_shared_radio_freqs(wpa_s, &freq, 1);
435 if (num > 0 && freq > 0 && freq != params.freq)
    [all...]
  /external/qemu/audio/
fmodaudio.c 47 int freq; member in struct:__anon32955
53 .freq = 44100,
355 as->freq, /* freq */
421 as->freq, /* freq */
584 status = FSOUND_Init (conf.freq, conf.nb_channels, 0);
635 .name = "FREQ",
637 .valp = &conf.freq,
audio.h 49 int freq; member in struct:audsettings
168 int wav_start_capture (CaptureState *s, const char *path, int freq,
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 216 // value = spec->freq;
221 // spec->freq = value;
263 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
270 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
277 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
284 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
291 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
298 rc = UADSetSampleRate(this, spec->freq << 16, &outRate );
369 /* from the mac code: sample rate = spec->freq << 16; */
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 94 int freq)
100 freq_(freq) {
256 int freq)
257 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq),
362 int freq)
363 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq) {
642 int freq)) {
677 params.freq /
692 params.freq,
713 params.freq);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 186 u8 dialog_token, int freq)
195 if (p2p_send_action(p2p, freq, dst, p2p->cfg->dev_addr, dst,
268 int freq; local
271 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
272 if (freq <= 0) {
297 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr,
328 int freq; local
336 freq = rx_freq;
338 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
340 if (freq < 0
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 376 celt_sig *freq; local
388 freq = scratch;
424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM);
431 freq[c*N+i] = 0;
437 compute_inv_mdcts(mode, 0, freq, out_syn, C, LM);
661 VARDECL(celt_sig, freq);
914 ALLOC(freq, IMAX(CC,C)*N, celt_sig); /**< Interleaved signal MDCTs */
921 freq[i] = 0;
924 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M);
935 freq[c*N+i] = 0
    [all...]
  /external/libopus/celt/
celt_decoder.c 376 celt_sig *freq; local
388 freq = scratch;
424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM);
431 freq[c*N+i] = 0;
437 compute_inv_mdcts(mode, 0, freq, out_syn, C, LM);
661 VARDECL(celt_sig, freq);
914 ALLOC(freq, IMAX(CC,C)*N, celt_sig); /**< Interleaved signal MDCTs */
921 freq[i] = 0;
924 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M);
935 freq[c*N+i] = 0
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 239 int freq; member in struct:i802_bss
352 static int wpa_driver_nl80211_set_mode_ibss(struct i802_bss *bss, int freq);
363 unsigned int freq, unsigned int wait,
412 struct hostapd_freq_params *freq, int set_chan);
420 static int i802_set_freq(void *priv, struct hostapd_freq_params *freq);
1433 unsigned int freq = drv->nlmode == NL80211_IFTYPE_ADHOC ? local
2048 unsigned int freq; local
2075 unsigned int freq, chan_type, duration; local
8533 struct hostapd_freq_params freq = { local
10883 int freq = 0; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 60 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq,
94 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq,
105 int hostapd_start_dfs_cac(struct hostapd_iface *iface, int mode, int freq,
110 int freq, int channel, int ht_enabled,
242 unsigned int freq)
248 return hapd->driver->get_survey(hapd->drv_priv, freq);
ap_drv_ops.c 481 int freq, int channel, int ht_enabled,
490 data->freq = freq;
495 data->center_freq1 = freq + sec_channel_offset * 10;
532 tmp = (30 + freq - 5000 - center_segment0 * 5)/20;
552 tmp = (70 + freq - 5000 - center_segment0 * 5)/20;
565 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq,
572 if (hostapd_set_freq_params(&data, mode, freq, channel, ht_enabled,
738 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq,
744 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst
    [all...]
hs20.c 136 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
171 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
ieee802_11_vht.c 64 * center freq = 5 GHz + (5 * index)
65 * So index 42 gives center freq 5.210 GHz
  /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);
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 88 // test min freq
97 // test max freq
  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc 21 // The sampling of CPU idle or CPU freq data should not take more than this
44 // Format of the suffix of the path to the file which contains freq state
189 // Samples the CPU freq state information from sysfs. |cpu_count| is the number
191 // corresponds to the freq state information of the i-th CPU.
215 LOG(ERROR) << "CPU freq stats not available in sysfs.";
278 LOG(WARNING) << "Dropped a freq state sample due to excessive time delay: "
283 // Samples CPU idle and CPU freq data from sysfs. This function should run on
286 // freq samples of CPU i. This also function reads the number of CPUs from
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.h 50 uint32_t GetCurrentRTP(Clock* clock, uint32_t freq);
55 uint32_t freq);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
external_media_test.cc 101 << "Resampling succeeds for freq=" << f;
120 << "Resampling fails for freq=" << f;
  /external/speex/libspeex/
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);

Completed in 1130 milliseconds

1 2 3 4 56 7 8 91011>>