HomeSort by relevance Sort by last modified time
    Searched defs:freq (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/qemu/audio/
ossaudio.c 85 int freq; member in struct:oss_params
236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
274 int fmt, freq, nchannels; local
288 freq = req->freq;
303 if (ioctl (fd, SNDCTL_DSP_SPEED, &freq)) {
304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq);
358 obt->freq = freq;
    [all...]
alsaaudio.c 156 int freq; member in struct:alsa_params_req
166 int freq; member in struct:alsa_params_obt
493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
537 unsigned int freq, nchannels; local
543 freq = req->freq;
582 err = FF(snd_pcm_hw_params_set_rate_near) (handle, hw_params, &freq, 0);
584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
714 bytes_per_sec = freq << (nchannels == 2)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 765 Fixed freq; local
920 DSpContext_GetMonitorFrequency (dsp_context, &freq);
921 DSpContext_SetMaxFrameRate (dsp_context, freq >> 16);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 64 ush freq; /* frequency count */ member in union:ct_data_s::__anon9850
73 #define Freq fc.freq
312 s->dyn_ltree[cc].Freq++; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
322 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 702 INT freq; member in struct:PACKED
729 wpa_s->scan_results[0].freq = pApInfo->freq;
1116 results[ap_num].freq = (wbi->Configuration.DSConfig / 1000);
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 133 int freq);
137 int freq);
199 int freq; member in struct:hostapd_iface
  /external/wpa_supplicant_8/src/p2p/
p2p.h 80 * freq - Frequency of the group operational channel in MHz
82 int freq; member in struct:p2p_go_neg_results
367 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
377 * request a scan of a single channel specified by freq.
379 * plus one extra channel specified by freq.
391 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
420 * @freq: Frequency in MHz for the channel on which to transmit
435 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
452 * @freq: Frequency of the listen channel in MHz
469 int (*start_listen)(void *ctx, unsigned int freq,
    [all...]
  /external/zlib/
deflate.h 64 ush freq; /* frequency count */ member in union:ct_data_s::__anon14463
73 #define Freq fc.freq
323 s->dyn_ltree[cc].Freq++; \
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
333 s->dyn_dtree[d_code(dist)].Freq++; \
  /hardware/msm7k/libaudio/
AudioHardware.h 59 uint16_t freq; member in struct:android::eq_filter_type
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 96 public int setFrequency(int freq) {
97 mFrequency = freq;
240 private static int computeSkippedWordFinalFreq(int freq, int snr, int inputLength) {
244 return (freq * snr * (inputLength - 2)) / (inputLength - 1);
292 final int freq = node.mFrequency; local
298 finalFreq = freq * snr;
300 finalFreq = computeSkippedWordFinalFreq(freq, snr, mInputLength);
337 finalFreq = freq * snr * addedAttenuation
340 finalFreq = computeSkippedWordFinalFreq(freq,
496 int freq; local
    [all...]
UserBigramDictionary.java 77 private static final String FREQ_COLUMN_FREQUENCY = "freq";
170 int freq = super.addBigram(word1, word2, FREQUENCY_FOR_TYPED); local
171 if (freq > FREQUENCY_MAX) freq = FREQUENCY_MAX;
173 if (freq == FREQUENCY_FOR_TYPED || mPendingWrites.isEmpty()) {
174 mPendingWrites.add(new Bigram(word1, word2, freq));
176 Bigram bi = new Bigram(word1, word2, freq);
182 return freq;
244 // main INNER JOIN frequency ON (main._id=freq.pair_id)
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 270 LOGI("Found word = %s, freq = %d", s, frequency);
294 LOGI("Added word = %s, freq = %d, %d", s, frequency, S_INT_MAX);
378 inline void UnigramDictionary::onTerminal(const int freq, Correction *correction) {
381 const int finalFreq = correction->getFinalFreq(freq, &wordPointer, &wordLength);
415 LOGI("First freq: %d", firstFreq);
425 LOGI("Second freq: %d", secondFreq);
505 static inline void onTerminalWordLike(const int freq, int32_t* newWord, const int length,
507 if (freq > *maxFreq) {
511 *maxFreq = freq;
678 const int freq = BinaryFormat::readFrequencyWithoutMovingPointer(DICT_ROOT, pos) local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 101 int freq = (raw_score & 0x0000ffff); local
102 return freq;
115 inline int UserDict::build_score(uint64 lmt, int freq) {
120 int s = freq;
    [all...]
  /bionic/libc/kernel/common/linux/
perf_event.h 136 freq : 1, member in struct:perf_event_attr
  /external/e2fsprogs/misc/
fsck.c 245 int freq, int passno)
256 fs->freq = freq;
274 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
287 freq = parse_word(&cp);
297 parse_escape(freq);
308 freq ? atoi(freq) : -1,
  /external/libpng/contrib/gregbook/
rpng2-win.c 945 double freq, rotate, saturate, gray, intensity; local
    [all...]
rpng2-x.c 1215 double freq, rotate, saturate, gray, intensity; local
1984 double freq, rotate, saturate, gray, intensity; local
    [all...]
  /external/wpa_supplicant/
driver.h 43 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
62 int freq; member in struct:wpa_scan_result
88 * freq - Frequency of the channel the selected AP is using
92 int freq; member in struct:wpa_driver_associate_params
193 short freq; /* frequency in MHz */ member in struct:wpa_channel_data
683 * @freq: Frequency of the channel in MHz
690 int freq);
wpa_supplicant_i.h 255 int freq; /* The current frequency in MHz */ member in struct:wpa_client_mlme
648 int freq)
652 chan, freq);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 278 int freq = 0; local
298 freq = entry.int32_value;
299 if (freq <= 0)
338 if (wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq)) {
343 } else if (wpas_p2p_group_add(wpa_s, persistent_group, freq))
390 int freq = 0; local
421 freq = entry.int32_value;
422 if (freq <= 0)
468 go_intent, freq);
2031 int freq = 0; local
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
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)
723 Integer freq = sParseFreqMap.get(value); local
    [all...]
RecurrenceProcessor.java 189 * a period greater than or equal to the period of the FREQ.
198 int freq = r.freq; local
200 if (EventRecurrence.MONTHLY >= freq) {
210 if (EventRecurrence.WEEKLY >= freq) {
222 if (EventRecurrence.DAILY >= freq) {
255 if (EventRecurrence.HOURLY >= freq) {
264 if (EventRecurrence.MINUTELY >= freq) {
273 if (EventRecurrence.SECONDLY >= freq) {
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-
775 int freq = r.freq; local
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 117 uint16_t freq; member in struct:android::eq_filter_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 86 unsigned short freq; /* (0-2047) 0.01Hz - 21.5Hz */ member in struct:iwffff_lfo
241 __u16 freq; /* (0-2047) 0.01Hz - 21.5Hz */ member in struct:iwffff_xlfo
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c 1566 __int64 freq, start, end, diff__; local
    [all...]

Completed in 1435 milliseconds

1 2 34 5 6