HomeSort by relevance Sort by last modified time
    Searched refs:freq (Results 201 - 225 of 460) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEqualizerTest.java 173 int freq = mEqualizer.getCenterFreq(band); local
175 (freqRange[0] <= freq) && (freqRange[1] >= freq));
  /external/iproute2/doc/
api-ip6-flowlabels.tex 350 struct in6_flowlabel_req freq;
352 memset(&freq, 0, sizeof(freq));
353 freq.flr_label = htonl(fl);
354 freq.flr_action = IPV6_FL_A_GET;
355 freq.flr_flags = IPV6_FL_F_CREATE | IPV6_FL_F_EXCL;
356 freq.flr_share = IPV6_FL_S_EXCL;
357 memcpy(&freq.flr_dst, &dst->sin6_addr, 16);
359 &freq, sizeof(freq)) == -1)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 529 static int freq_allowed(int *freqs, int freq)
537 if (freqs[i] == freq)
586 if (bss->freq == 0)
601 int freq = modes[i].channels[j].freq; local
602 if (freq == bss->freq) {
684 return bss->freq > 45000;
848 if (!freq_allowed(ssid->freq_list, bss->freq)) {
    [all...]
sme.c 168 params.freq = bss->freq;
178 wpa_s->sme.freq = params.freq;
401 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
402 wpa_ssid_txt(params.ssid, params.ssid_len), params.freq);
644 params.freq = wpa_s->sme.freq;
679 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
681 params.freq);
    [all...]
bss.h 73 int freq; member in struct:wpa_bss
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 375 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
383 "freq=%d, ht=%d, offset=%d", freq, ht, offset);
385 hapd->iface->freq = freq;
387 channel = hostapd_hw_get_channel(hapd, freq);
723 struct hostapd_iface *iface, unsigned int freq)
732 if ((unsigned int) chan->freq == freq)
772 chan = hostapd_get_mode_channel(iface, survey->freq);
    [all...]
  /external/iputils/
ping6.c 1205 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; local
1206 int freq_len = sizeof(*freq);
1209 freq_len = CMSG_ALIGN(sizeof(*freq)) + srcrt->cmsg_len;
1211 memset(freq, 0, sizeof(*freq));
1212 freq->flr_label = htonl(flowlabel & IPV6_FLOWINFO_FLOWLABEL);
1213 freq->flr_action = IPV6_FL_A_GET;
1214 freq->flr_flags = IPV6_FL_F_CREATE;
1215 freq->flr_share = IPV6_FL_S_EXCL;
1216 memcpy(&freq->flr_dst, &whereto.sin6_addr, 16)
    [all...]
  /external/qemu/audio/
audio.c 169 .freq = 44100,
181 .freq = 44100,
613 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels);
674 invalid |= as->freq <= 0;
700 return info->freq == as->freq
732 info->freq = as->freq;
738 info->bytes_per_second = info->freq << info->shift;
916 sw->ratio = ((int64_t) hw_cap->info.freq << 32) / sw->info.freq
    [all...]
fmodaudio.c 47 int freq; member in struct:__anon26571
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,
  /external/speex/libspeex/
lsp.c 142 spx_word16_t x, /* cos of freq (-1.0 to 1.0) in Q14 format */
219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack)
222 /* float *freq LSP frequencies in the x domain */
377 freq[j] = X2ANGLE(xm);
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
404 /* float *freq array of LSP frequencies in the x domain */
457 freqn[i] = ANGLE2X(freq[i]);
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
523 /* float *freq array of LSP frequencies in the x domain */
553 x_freq[i] = ANGLE2X(freq[i])
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EqualizerTest.java 123 int freq = mEqualizer.getCenterFreq(band); local
125 (freqRange[0] <= freq) && (freqRange[1] >= freq));
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 133 void addBias(BlockFrequency freq, BorderConstraint direction) {
138 BiasP += freq;
141 BiasN += freq;
234 BlockFrequency Freq = BlockFrequencies[I->Number];
240 nodes[ib].addBias(Freq, I->Entry);
247 nodes[ob].addBias(Freq, I->Exit);
256 BlockFrequency Freq = BlockFrequencies[*I];
258 Freq += Freq;
263 nodes[ib].addBias(Freq, PrefSpill)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 63 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq)
66 NormalizeVals(freq, elTime);
69 return value * freq / elTime;
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 240 spec->format, spec->channels, sample_bits, spec->freq);
245 header.sampleRate = spec->freq << 16;
442 audio_dbh.dbhSampleRate = spec->freq << 16;
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c 387 buffer_size = spec->freq;
400 AuMakeElementImportClient(elms, spec->freq, format, spec->channels, AuTrue,
402 AuMakeElementExportDevice(elms+1, 0, this->hidden->dev, spec->freq,
  /bionic/libc/kernel/common/linux/
perf_event.h 141 freq : 1, member in struct:perf_event_attr
  /external/kernel-headers/original/linux/
timex.h 109 long freq; /* frequency offset (scaled ppm) */ member in struct:timex
162 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */ member in struct:SDL_AudioSpec
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 102 enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel);
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 105 int freq; member in struct:i802_bss
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */ member in struct:SDL_AudioSpec
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */ member in struct:SDL_AudioSpec
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */ member in struct:SDL_AudioSpec
  /external/libvorbis/lib/
vorbisenc.c 519 double freq=ci->hi.lowpass_kHz*1000.; local
525 if(freq>nyq)freq=nyq;
529 f->n=freq/nyq*blocksize;
536 freq=ci->psy_g_param.coupling_pkHz[PACKETBLOBS-1]*1000.;
538 freq=ci->psy_g_param.coupling_pkHz[PACKETBLOBS/2]*1000.;
539 if(freq>nyq)freq=nyq;
542 freq=250;
569 r->end=(int)((freq/nyq*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 339 private static int computeSkippedWordFinalFreq(final int freq, final int snr,
344 return (freq * snr * (inputLength - 2)) / (inputLength - 1);
429 final int freq = node.mFrequency; local
435 finalFreq = freq * snr;
437 finalFreq = computeSkippedWordFinalFreq(freq, snr, mInputLength);
472 finalFreq = freq * snr * addedAttenuation
475 finalFreq = computeSkippedWordFinalFreq(freq,
613 int freq; local
616 freq = nextWord.getFrequency();
627 if (freq >= 0 && node == null)
    [all...]

Completed in 1294 milliseconds

1 2 3 4 5 6 7 891011>>