/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
UserHistoryDictIOUtils.java | 56 * @param frequency The frequency for this word. 57 * @param shortcutFreq The frequency of the shortcut (0~15, with 15 = whitelist). 60 public void setUnigram(final String word, final String shortcutTarget, final int frequency, 62 public void setBigram(final String word1, final String word2, final int frequency);
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorVerificationHelper.java | 114 * Verify that the sensor frequency matches the expected frequency. 117 * @param expected The expected frequency in Hz 120 * "frequency" which is the computed frequency of the events in Hz. 127 double frequency = SensorCtsHelper.getFrequency( local 129 result.putValue("frequency", frequency); 131 if (Math.abs(frequency - expected) > threshold) { 132 result.fail("Frequency out of range: frequency=%.2fHz, expected=%.2f+/-%.2fHz" [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
Tone.cpp | 228 // frequency (in hertz) and duration (in milliseconds). 230 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration) 247 ocr = F_CPU / frequency / 2 - 1; 251 ocr = F_CPU / frequency / 2 / 8 - 1; 256 ocr = F_CPU / frequency / 2 / 32 - 1; 262 ocr = F_CPU / frequency / 2 / 64 - 1; 267 ocr = F_CPU / frequency / 2 / 128 - 1; 273 ocr = F_CPU / frequency / 2 / 256 - 1; 278 ocr = F_CPU / frequency / 2 / 1024 - 1; 305 ocr = F_CPU / frequency / 2 - 1 [all...] |
/external/chromium_org/media/cast/audio_sender/ |
audio_sender_unittest.cc | 41 audio_config_.frequency = kDefaultAudioSamplingRate; 65 audio_config_.channels, audio_config_.frequency, 84 audio_config_.channels, audio_config_.frequency,
|
/external/chromium_org/ppapi/examples/audio/ |
audio.cc | 24 // Separate left and right frequency to make sure we didn't swap L & R. 29 // This sample frequency is guaranteed to work. 66 // The frequency will change depending on whether the page is in the
|
/external/chromium_org/third_party/opus/src/silk/ |
decoder_set_fs.c | 37 opus_int fs_kHz, /* I Sampling frequency (kHz) */ 38 opus_int32 fs_API_Hz /* I API Sampling frequency (Hz) */ 50 /* Initialize resampler when switching internal or external sampling frequency */
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_timer.hh | 61 QueryPerformanceFrequency(&frequency); 80 return ((double)L.QuadPart /(double)frequency.QuadPart) ; 85 LARGE_INTEGER frequency; member in class:Portable_Timer
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
hp400.c | 21 * 2nd order high pass filter with cut off frequency at 400 Hz. * 23 * Optimized for fixed-point to get the following frequency response: * 25 * frequency: 0Hz 100Hz 200Hz 300Hz 400Hz 630Hz 1.5kHz 3kHz *
|
hp50.c | 21 * 2nd order high pass filter with cut off frequency at 31 Hz. * 23 * Optimized for fixed-point to get the following frequency response: * 25 * frequency: 0Hz 14Hz 24Hz 31Hz 37Hz 41Hz 47Hz *
|
qisf_ns.c | 36 Word16 * isf1, /* input : ISF in the frequency domain (0..0.5) */ 69 * isf[] : quantized ISFs (in frequency domain) * 74 Word16 * isf_q /* input : ISF in the frequency domain (0..0.5) */
|
/frameworks/base/services/common_time/ |
clock_recovery.h | 41 void reset(bool position, bool frequency); 96 void reset_l(bool position, bool frequency); 110 // of the frequency correction.
|
/hardware/ti/wpan/tools/FM/FmRxApp/res/values/ |
strings.xml | 12 <string name="app_rxtune">Enter Frequency</string> 47 <string name="enterFreq_Dialog">Enter Frequency</string> 79 <string name="setfreq">Set Frequency</string>
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 74 /** Sort order (frequency in descending). */ 135 * {@code base} is the bias of frequency for the dictionary.<br> 136 * {@code high} is the upper limit of frequency for the dictionary. 138 * Searched word's frequency in the dictionary is mapped to the range from {@code base} to {@code high}. 144 * @param base The base frequency for the dictionary 145 * @param high The maximum frequency for the dictionary 199 * (frequency 10)" "bbcd (frequency 1)" "aac (frequency 5)"; the 207 * <tr><td>exact matching</td><td>frequency descending</td><td>no</td></tr [all...] |
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 77 printf("gf get frequency(MHz)\n"); 89 printf("5 <AF Freq in KHz> to set RDS Radio Alternate Frequency\n"); 96 printf("gf get frequency(MHz)\n"); 196 printf("Failed to read current frequency\n"); 202 printf("Transmitting at Frequency %3.2f MHz\n",vf.frequency / 223 printf("Failed to read current frequency\n"); 229 printf("Tuned to frequency %3.2f MHz \n",vf.frequency / ( 16.0 * div)); 332 printf("Failed to set FM TX RDS Alternate Frequency\n") [all...] |
/external/qemu/docs/ |
AUDIO.TXT | 85 properties (frequency, size, endianess). 108 - a 'ratio' value, which is the ratio of the target HWVoiceOut's frequency by 109 the SWVoiceOut's frequency, multiplied by (1 << 32), as a 64-bit integer. 111 So, if the HWVoiceOut has a frequency of 44kHz, and the SWVoiceOut has a frequency 116 HWVoiceOut stereo buffer (it must also perform frequency interpolation,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 61 #define AD1845_UPR_FREQ_SEL 0x16 /* upper byte of frequency select */ 63 #define AD1845_LWR_FREQ_SEL 0x17 /* lower byte of frequency select */ 73 #define CS4231_PLY_VAR_FREQ 0x1d /* playback variable frequency */ 118 /* bits 3-1 define frequency divisor */ 172 #define CS4236_ADC_RATE 0xc8 /* indenpendent ADC sample frequency */ 173 #define CS4236_DAC_RATE 0xd8 /* indenpendent DAC sample frequency */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 61 #define AD1845_UPR_FREQ_SEL 0x16 /* upper byte of frequency select */ 63 #define AD1845_LWR_FREQ_SEL 0x17 /* lower byte of frequency select */ 73 #define CS4231_PLY_VAR_FREQ 0x1d /* playback variable frequency */ 118 /* bits 3-1 define frequency divisor */ 172 #define CS4236_ADC_RATE 0xc8 /* indenpendent ADC sample frequency */ 173 #define CS4236_DAC_RATE 0xd8 /* indenpendent DAC sample frequency */
|
/cts/suite/audio_quality/test_description/review/ |
review_dut_recording_spectrum.xml | 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/ |
VerifyJitteringOperation.java | 38 * the Sensor is used, this guarantees the frequency reference for the test. 54 // use the max sampling frequency the sensor reports to guarantee the results
|
/external/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer_params.h | 127 // Minimum fundamental frequency for autocorrelation. 129 // Maximum fundamental frequency for autocorrelation.
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-test.py | 75 if props.has_key("frequency"): 76 freq = props["frequency"]
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorMain.h | 42 M4OSA_UInt32 uiSamplingFrequency; /** Sampling audio frequency (8000 for amr, 16000 or 44 M4OSA_UInt32 uiExtendedSamplingFrequency; /** Extended frequency for AAC+,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
Ver3DictUpdater.java | 72 public void insertWord(final String word, final int frequency, 78 DynamicBinaryDictIOUtils.insertWord(this, mOutStream, word, frequency, bigramStrings,
|
/external/aac/libSBRdec/src/ |
env_extr.h | 156 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ 157 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ 163 /*!< Mapping of SBR bands to QMF bands for low frequency resolution */ 165 /*!< Mapping of SBR bands to QMF bands for high frequency resolution */ 188 UCHAR xover_band; /*!< Start index in #v_k_master[] used for dynamic crossover frequency */ 194 UCHAR startFreq; /*!< Index for SBR start frequency */ 195 UCHAR stopFreq; /*!< Index for SBR highest frequency */ 197 UCHAR alterScale; /*!< Flag for coarser frequency resolution */ 218 UINT sbrProcSmplRate; /*!< SBR processing sampling frequency (!= OutputSamplingRate) 236 UCHAR freqRes[MAX_ENVELOPES]; /*!< Frequency resolution for each envelope (0=low, 1=high) * [all...] |
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 165 INT SendHeaderDataTime; /*!< SBR header send update frequency in ms. */ 171 int freq_res_fixfix[3]; /*!< Frequency resolution of envelopes in frame class FIXFIX 189 INT tran_fc; /*!< Transient detector start frequency. */ 202 INT startFreq; /*!< The start frequency table index. */ 203 INT stopFreq; /*!< The stop frequency table index. */ 211 UCHAR freqScale; /*!< Frequency grouping. */ 233 INT sampleFreq; /**< SBR sampling frequency. */ 235 INT xOverFreq; /**< The SBR start frequency. */ 236 INT dynXOverFreq; /**< Used crossover frequency when dynamic bandwidth is enabled. */ 237 INT noQmfBands; /**< Number of QMF frequency bands. * [all...] |