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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h 42 int frequency; /* The audio frequency in KHz */ member in struct:SDL_PrivateAudioData
53 #define frequency (this->hidden->frequency) macro
  /external/skia/bench/
BenchSysTimer_windows.cpp 49 LARGE_INTEGER frequency; local
50 if (0 == ::QueryPerformanceFrequency(&frequency)) {
53 return (double)ticks_elapsed.QuadPart / frequency.QuadPart * 1000;
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 44 * The frequency in MHz of the channel over which the client is communicating
47 public int frequency; field in class:ScanResult
56 public ScanResult(String SSID, String BSSID, String caps, int level, int frequency) {
61 this.frequency = frequency;
78 append(", frequency: ").
79 append(frequency);
95 dest.writeInt(frequency);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 32 public int frequency; field in class:WnnWord
60 * @param frequency The score of word
62 public WnnWord(String candidate, String stroke, int frequency) {
63 this(0, candidate, stroke, new WnnPOS(), frequency, 0);
83 * @param frequency The score of word
85 public WnnWord(String candidate, String stroke, WnnPOS posTag, int frequency) {
86 this(0, candidate, stroke, posTag, frequency, 0);
96 * @param frequency The score of word
98 public WnnWord(int id, String candidate, String stroke, WnnPOS posTag, int frequency) {
99 this(id, candidate, stroke, posTag, frequency, 0)
    [all...]
  /system/media/wilhelm/src/itf/
IVibra.c 55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency)
62 } else if (!(d->minFrequency <= frequency && frequency <= d->maxFrequency)) {
67 thiz->mFrequency = frequency;
85 SLmilliHertz frequency = thiz->mFrequency; local
87 *pFrequency = frequency;
  /external/bluetooth/bluez/sbc/
sbcdec.c 54 int format = AFMT_S16_BE, frequency, channels; local
106 switch (sbc.frequency) {
108 frequency = 16000;
112 frequency = 32000;
116 frequency = 44100;
120 frequency = 48000;
123 frequency = 0;
129 filename, frequency, sbc.subbands * 4 + 4, sbc.bitpool,
143 au_hdr.sample_rate = BE_INT(frequency);
164 if (ioctl(ad, SNDCTL_DSP_SPEED, &frequency) < 0)
    [all...]
sbc.h 37 /* sampling frequency */
70 uint8_t frequency; member in struct:sbc_struct
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 117 AtomicInteger frequency = backingMap.get(getElement()); local
118 if (frequency != null) {
119 count = frequency.get();
144 for (AtomicInteger frequency : backingMap.values()) {
145 frequency.set(0);
163 AtomicInteger frequency = backingMap.remove(entry.getElement());
164 int numberRemoved = frequency.getAndSet(0);
214 int frequency = currentEntry.getValue().get();
215 if (frequency <= 0) {
227 AtomicInteger frequency = backingMap.get(element)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h 50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */ member in struct:WaveFMT
  /packages/inputmethods/LatinIME/native/src/
bigram_dictionary.cpp 43 bool BigramDictionary::addWordBigram(unsigned short *word, int length, int frequency) {
49 LOGI("Bigram: Found word = %s, freq = %d :", s, frequency);
56 if (frequency > mBigramFreq[insertAt] || (mBigramFreq[insertAt] == frequency
69 mBigramFreq[insertAt] = frequency;
138 const int frequency = UnigramDictionary::MASK_ATTRIBUTE_FREQUENCY & bigramFlags; local
139 addWordBigram(bigramBuffer, length, frequency);
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 43 UserDictionary.Words.FREQUENCY,
80 int frequency = 1; local
81 UserDictionary.Words.addWord(getContext(), word, frequency, local
90 assertEquals(frequency, cursor.getInt(FREQUENCY_INDEX));
  /external/chromium/base/
time_win_unittest.cc 158 LARGE_INTEGER frequency; local
159 BOOL rv = QueryPerformanceFrequency(&frequency);
161 EXPECT_GT(frequency.QuadPart, 1000000); // Expect at least 1MHz
163 frequency.QuadPart / 1000000.0);
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 48 static LARGE_INTEGER frequency; local
49 if (!frequency.QuadPart)
50 QueryPerformanceFrequency(&frequency);
53 return static_cast<double>(counter.QuadPart) / frequency.QuadPart;
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 38 * The engine supports two different "languages", each with their own frequency
198 * frequency mappings contain frequencies for each of these characters.
253 final int frequency = mFrequenciesMap.get(alphabet); local
255 if (frequency > 0) {
256 // This is the wavelength in samples. The frequency is chosen so that the
257 // waveLength is always a multiple of two and frequency divides the
259 final int waveLength = SAMPLING_RATE_HZ / frequency;
  /external/bluetooth/bluez/audio/
a2dp-codecs.h 74 uint8_t frequency:4; member in struct:__anon1514
86 uint8_t frequency:6; member in struct:__anon1515
95 uint8_t frequency:4; member in struct:__anon1516
110 uint8_t frequency:6; member in struct:__anon1517
a2dp.h 75 uint8_t frequency:4; member in struct:sbc_codec_cap
88 uint8_t frequency:6; member in struct:mpeg_codec_cap
98 uint8_t frequency:4; member in struct:sbc_codec_cap
114 uint8_t frequency:6; member in struct:mpeg_codec_cap
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 43 Uint32 frequency; member in struct:__anon9605
52 int numfreq; /* Number of selected frequency */
136 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
SDL_mintaudio_stfa.h 89 unsigned short frequency; member in struct:__anon9612
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 327 * frequency - Channel frequency in megahertz (MHz) for IBSS
333 * configured SSID is already present, the frequency of the network
336 int frequency; member in struct:wpa_ssid
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 341 * frequency - Channel frequency in megahertz (MHz) for IBSS
347 * configured SSID is already present, the frequency of the network
350 int frequency; member in struct:wpa_ssid
  /frameworks/base/media/libmedia/
ToneGenerator.cpp 1348 unsigned int frequency = mpToneDesc->segments[segmentIdx].waveFreq[freqIdx]; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserDictionary.java 38 Words.FREQUENCY,
43 Words.FREQUENCY,
155 * @param frequency the frequency of occurrence of the word. A frequency of 255 is considered
157 * @TODO use a higher or float range for frequency
160 public synchronized void addWord(final String word, final int frequency) {
166 super.addWord(word, frequency);
171 values.put(Words.FREQUENCY, frequency);
236 int frequency = cursor.getInt(indexFrequency); local
    [all...]
UserUnigramDictionary.java 67 /** Sort by descending order of frequency. */
105 final int frequency = getWordFrequency(word); local
106 return frequency >= VALIDITY_THRESHOLD;
131 int frequency = cursor.getInt(frequencyIndex); local
135 super.addWord(word, frequency);
161 // Write a null frequency if it is to be deleted from the db
254 private ContentValues getContentValues(String word, int frequency, String locale) {
257 values.put(COLUMN_FREQUENCY, frequency);
  /external/icu4c/samples/ucnv/
convsamp.cpp 387 uint32_t frequency; member in struct:__anon6336
393 "Sample 06: C: frequency distribution of letters in a UTF-8 document\n");
431 info[p].frequency = 0;
478 info[p].frequency++;
495 if(info[p].frequency)
497 printf("% 5d U+%06X ", info[p].frequency, p);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 68 Words.FREQUENCY,
161 int frequency = cursor.getInt(COLUMN_FREQUENCY); local
164 String out = name + "|" + frequency + "|" + locale + "|" + appId;
211 String frequency; local
214 frequency = st.nextToken();
220 int frequencyInt = Integer.parseInt(frequency);
223 if (!TextUtils.isEmpty(frequency)) {
226 cv.put(Words.FREQUENCY, frequencyInt);

Completed in 394 milliseconds

1 2 3 4