HomeSort by relevance Sort by last modified time
    Searched full:frequency (Results 251 - 275 of 3243) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/libndkaudio/
WaveTableOscillator.cpp 42 // The frequency that would be played if we took every sample from the table and
43 // played it at the system sample-rate. The "Nominal" frequency
51 // Frequency - main
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LowPowerIdleTable.h 41 Residency Counter Frequency is invalid
74 [optional] Residency counter frequency in cycles per second. Value 0 indicates that
75 counter runs at TSC frequency. Valid only if Residency Counter is present.
  /external/autotest/client/cros/audio/
audio_test_data.py 36 @param frequencies: A list containing the frequency of each channel in
148 @param frequencies: A list containing the frequency of each channel in
171 @param frequencies: A list containing the frequency of each channel in
214 This test data contains frequency sweep from 20Hz to 20000Hz in two channels.
229 This test data contains fixed frequency sine wave in two channels.
243 This test data contains fixed frequency sine wave in two channels.
259 This test data contains fixed frequency sine wave in two channels.
275 This test data contains fixed frequency sine wave in two channels.
292 Media test verification for 256Hz frequency (headphone audio).
297 Media test verification for 512Hz frequency (onboard speakers)
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 39 f.write('frequency = %s\n' % network.frequency)
41 if network.frequency > 2484:
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
SineWaveTone.java 21 * This class generates a sine wave with given frequency and samplingRate.
32 public SineWaveTone(int samplingRate, double frequency) {
35 mPhaseIncrement = Constant.TWO_PI * (frequency / mSamplingRate); // should < 2pi
  /external/libopus/silk/
errors.h 48 /* Sampling frequency not 8000, 12000 or 16000 Hertz */
82 /* Output sampling frequency lower than internal decoded sampling frequency */
  /external/lisa/tests/eas/
capacity_capping.py 47 The maximum frequency of a core can be restricted to a lower value
48 than its absolute maximum frequency. This may happen because of
51 capacity management with a maximum frequency scaling corrector
53 maximum frequency lower than the absolute maximum frequency.
59 phase, the maximum frequency of the big cpus is limited to the
60 lowest frequency that the big frequency domain can run at.
61 Finally, in the third phase, the maximum frequency of the big cpus
76 the second phase, the big cluster's maximum frequency is limite
    [all...]
  /external/llvm/lib/Analysis/
LazyBlockFrequencyInfo.cpp 1 //===- LazyBlockFrequencyInfo.cpp - Lazy Block Frequency Analysis ---------===//
26 "Lazy Block Frequency Analysis", true, true)
30 "Lazy Block Frequency Analysis", true, true)
  /external/llvm/test/Analysis/BlockFrequencyInfo/
bad_input.ll 7 ; CHECK-NEXT: block-frequency-info: branch_weight_0
13 ; Check that we get 1 and a huge frequency instead of 0,3.
30 ; CHECK-NEXT: block-frequency-info: infinite_loop
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 1 //===---- BlockFrequencyImpl.h - Machine Block Frequency Implementation ---===//
36 /// BlockFrequencyImpl implements block frequency algorithm for IR and
70 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " << Freq << "\n");
73 /// getEdgeFreq - Return edge frequency based on SRC frequency and Src -> Dst
80 /// incBlockFreq - Increase BB block frequency by FREQ.
84 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " << Freq
88 /// divBlockFreq - Divide BB block frequency by PROB. If Prob = 0 do nothing.
101 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") /= (" << Prob
220 /// doLoop - Propagate block frequency down throught the loop
    [all...]
BlockFrequencyInfo.h 1 //========-------- BlockFrequencyInfo.h - Block Frequency Analysis -------========//
45 /// getblockFreq - Return block frequency. Return 0 if we don't have the
46 /// information. Please note that initial frequency is equal to 1024. It means
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 1 //====----- MachineBlockFrequencyInfo.h - MachineBlock Frequency Analysis ----====//
44 /// getblockFreq - Return block frequency. Return 0 if we don't have the
45 /// information. Please note that initial frequency is equal to 1024. It means
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CpuMonitor.java 25 * cumulative CPU capacity for all CPUs running at their nominal frequency. 3
32 * as current frequency, in this state we cannot even get their nominal
33 * frequency. We therefore tread carefully, and allow any CPU to be missing.
34 * Missing CPUs are assumed to have the same nominal frequency as any close
36 * frequency and remember it. (Since CPU 0 in practice always seem to be
37 * online, this unidirectional frequency inheritance should be no problem in
115 cpuFreq[i] = 0; // Frequency "not yet determined".
144 * For each CPU, attempt to first read its max frequency, then its
145 * current frequency. Once as the max frequency for a CPU is found
    [all...]
  /frameworks/rs/perf-test-scripts/
set-gpu-freq 30 # use passed in percent frequency
64 # find closest frequency
89 echo "GPU Frequency set to $freq"
  /packages/inputmethods/LatinIME/dictionaries/
sample.combined 21 # starting with a `shortcut' entry and having at least a `f' frequency
26 # `bigram' entry containing the following word whose frequency should
27 # override the unigram frequency when following the word this bigram is
  /platform_testing/scripts/perf-setup/
b1c1-setup.sh 30 # Enable the gold cores at max frequency.
61 echo -n "setting GPU bus frequency to max at "
66 echo -n "setting GPU frequency to max at "
  /system/bt/embdrv/sbc/decoder/srce/
decoder-oina.c 39 OI_CODEC_SBC_DECODER_CONTEXT* context, OI_BOOL enhanced, uint8_t frequency,
42 if (frequency > SBC_FREQ_48000) {
77 context->common.frameInfo.freqIndex = frequency;
  /system/connectivity/wificond/scanning/
scan_result.h 40 uint32_t frequency,
58 // Frequency in MHz.
59 uint32_t frequency; member in class:com::android::server::wifi::wificond::NativeScanResult
  /test/vts/utils/python/cpu/
cpu_frequency_scaling.py 25 """CPU Frequency Scaling Controller.
31 frequency scaling can be adjusted by reading/writing the files in
41 theoretical max CPU frequency.
102 An integer which is the max frequency read from the file.
166 """Disable CPU frequency scaling on the device."""
180 """Enable CPU frequency scaling on the device."""
195 True if the current CPU frequency is not the theoretical max,
205 logging.warn("Can't check the current and/or max CPU frequency.")
213 "CPU%s: Configurable max frequency %s > current frequency %s"
    [all...]
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ProgramSelectorExt.java 139 * Checks, if a given AM frequency is roughly valid and in correct unit.
144 * It also can be used to check if a given frequency is likely to be used
147 * @param frequencyKhz the frequency in kHz.
148 * @return true, if the frequency is rougly valid.
155 * Checks, if a given FM frequency is roughly valid and in correct unit.
160 * It also can be used to check if a given frequency is likely to be used
163 * @param frequencyKhz the frequency in kHz.
164 * @return true, if the frequency is rougly valid.
171 * Provides human-readable representation of AM/FM frequency.
173 * @param frequencyKhz the frequency in kHz
    [all...]
  /art/libartbase/base/
histogram.h 49 // Builds the cumulative distribution function from the frequency data.
51 // cumulative_freq[i] = sum(frequency[j] : 0 < j < i )
52 // Accumulative summation of percentiles; which is the frequency / SampleSize
53 // cumulative_perc[i] = sum(frequency[j] / SampleSize : 0 < j < i )
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthUnit.java 27 * @return frequency
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthUnit.java 27 * @return frequency
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthUnit.java 27 * @return frequency
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthUnit.java 27 * @return frequency

Completed in 2591 milliseconds

<<11121314151617181920>>