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

1 2 3 4 5 67 8 91011>>

  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 45 def get_highest_mcs_rate(self, frequency):
47 Get the highest MCS index supported by the DUT on |frequency|.
49 @param frequency: int frequency to look for supported MCS rates.
61 bands = [band for band in phy.bands if frequency in band.frequencies]
64 'given frequency, but this device has %d '
71 raise error.TestFail('No possible MCS indices on frequency %d' %
72 frequency)
143 ap_config.frequency,
161 max_mcs_index = self.get_highest_mcs_rate(ap_config.frequency)
    [all...]
  /external/libopus/celt/
entdec.h 38 /*Calculates the cumulative frequency for the next symbol.
40 symbol is, and the additional frequency information required to advance to
44 _ft: The total frequency of the symbols in the alphabet the next symbol was
46 Return: A cumulative frequency representing the encoded symbol.
47 If the cumulative frequency of all the symbols before the one that
48 was encoded was fl, and the cumulative frequency of all the symbols
56 /*Advance the decoder past the next symbol using the frequency information the
60 _fl: The cumulative frequency of all symbols that come before the symbol
62 _fh: The cumulative frequency of all symbols up to and including the symbol
66 _ft: The total frequency of the symbols in the alphabet the symbol decode
    [all...]
  /frameworks/base/telephony/java/android/telephony/
RadioAccessSpecifier.java 41 * The frequency bands that need to be scanned
43 * When no specific bands are specified (empty array or null), all the frequency bands
51 * The frequency channels that need to be scanned
53 * When any specific channels are provided for scan, the corresponding frequency bands that
56 * When no specific channels are specified (empty array or null), all the frequency channels
66 * The user must specify the radio network type, and at least specify either of frequency
70 * @param bands the frequency bands to be scanned
71 * @param channels the frequency bands to be scanned
97 * Returns the frequency bands that need to be scanned.
107 /** Returns the frequency channels that need to be scanned. *
    [all...]
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 14 * [C-1-2] MUST exhibit approximately flat amplitude-versus-frequency
15 characteristics in the mid-frequency range: specifically ±10dB from
19 * [C-1-3] MUST exhibit amplitude levels in the low frequency
21 mid-frequency range for each and every microphone used to record the
24 * [C-1-4] MUST exhibit amplitude levels in the high frequency
26 mid-frequency range for each and every microphone used to record the
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
TimestampDxe.c 48 The frequency of the returned timestamp counter value must remain constant. Power management operations that
49 affect clocking must not change the returned counter frequency. The quantization of counter value updates may
80 Obtains timestamp counter properties including frequency and value limits.
138 // Get the start value, end value and frequency in Timerlib
140 mTimestampProperties.Frequency = GetPerformanceCounterProperties(&mTimerLibStartValue, &mTimerLibEndValue);
151 DEBUG ((EFI_D_INFO, "TimerFrequency:0x%lx, TimerLibStartTime:0x%lx, TimerLibEndtime:0x%lx\n", mTimestampProperties.Frequency, mTimerLibStartValue, mTimerLibEndValue));
  /frameworks/base/core/java/android/hardware/
ConsumerIrManager.java 74 * @param carrierFrequency The IR carrier frequency in Hertz.
99 * Create a segment of a carrier frequency range.
101 * @param min The minimum transmittable frequency in this range segment.
102 * @param max The maximum transmittable frequency in this range segment.
110 * Get the minimum (inclusive) frequency in this range segment.
117 * Get the maximum (inclusive) frequency in this range segment.
  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 26 * An Equalizer is used to alter the frequency response of a particular music source or of the main
30 * precise control of the gain in each frequency band controlled by the equalizer.
61 * Band center frequency. Parameter ID for OnParameterChangeListener
65 * Band frequency range. Parameter ID for
70 * Band for a given frequency. Parameter ID for OnParameterChangeListener
169 * Gets the number of frequency bands supported by the Equalizer engine.
206 * @param band frequency band that will have the new gain. The numbering of the bands starts
228 * @param band frequency band whose gain is requested. The numbering of the bands starts
249 * Gets the center frequency of the given band.
250 * @param band frequency band whose center frequency is requested. The numbering of the band
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListener.java 32 * frequency, so implementations must execute quickly and not make
42 * frequency, so implementations must execute quickly and not make
52 * frequency, so implementations must execute quickly and not make
62 * frequency, so implementations must execute quickly and not make
72 * frequency, so implementations must execute quickly and not make
82 * frequency, so implementations must execute quickly and not make
  /packages/inputmethods/OpenWnn/res/xml/
debug_tool_engine.xml 55 <!-- boolean learn(WnnWord word) WnnWord(String candidate, String stroke, int frequency) -->
56 <!-- param = "candidate,stroke,frequency" -->
64 <!-- int addWord(WnnWord word) WnnWord(String candidate, String stroke, int frequency) -->
65 <!-- param = "candidate,stroke,frequency"-->
70 <!-- boolean deleteWord(WnnWord word) WnnWord(String candidate, String stroke, int frequency) -->
71 <!-- param = "candidate,stroke,frequency"-->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
timex.h 28 long int freq; /* frequency offset (scaled ppm) */
34 long int tolerance; /* clock frequency tolerance (ppm) (read only) */
38 long int ppsfreq; /* pps frequency (scaled ppm) (ro) */
57 #define ADJ_FREQUENCY 0x0002 /* frequency offset */
87 #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */
92 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
timex.h 28 long int freq; /* frequency offset (scaled ppm) */
34 long int tolerance; /* clock frequency tolerance (ppm) (read only) */
38 long int ppsfreq; /* pps frequency (scaled ppm) (ro) */
57 #define ADJ_FREQUENCY 0x0002 /* frequency offset */
87 #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */
92 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */
  /tools/tradefederation/core/src/com/android/tradefed/config/
IDeviceConfiguration.java 56 * Keep track of the frequency of the object so we can properly inject option against it.
58 * @param config the object we are tracking the frequency.
59 * @param frequency frequency associated with the object.
61 public void addFrequency(Object config, Integer frequency);
63 /** Returns the frequency of the object. */
  /cts/suite/audio_quality/test_description/
dut_playback_sample.xml 18 <case name="dut_playback_sample" version="1.0" description="Sample test which check frequency of DUT's playback">
33 <!-- input: host record, signal frequency in Hz, threshold, output: frequency calculated -->
dut_playback_spectrum.xml 18 <case name="dut_playback_spectrum" version="1.0" description="Check frequency spectrum for playback">
20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
30 <!-- 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 amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml 18 <case name="dut_recording_spectrum" version="1.0" description="Check frequency spectrum for recording">
20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
34 <!-- 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 amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 21 # frequency of sine in Hz (i64)
23 # Output: device (double) frequency
62 #This would calculate the frequency of recording, but is skipped in this sample test for brevity
  /external/adhd/cras/src/dsp/tests/
plot_fftl.m 6 % It reads impulse response from "ir.dat" and plots frequency response.
27 xlabel('Frequency'), ylabel('Magnitude'), grid;
35 xlabel('Frequency'), ylabel('Phase (degrees)'), grid;
  /external/autotest/server/cros/
casey_chromeos5_ap_list.conf 9 frequency = 2432
23 frequency = 2432
39 frequency = 2432
  /external/webrtc/webrtc/voice_engine/
dtmf_inband.h 29 int SetSampleRate(uint16_t frequency);
31 int GetSampleRate(uint16_t& frequency);
61 enum {kDtmfAmpLow = 23171}; // 3 dB lower than the high frequency
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
channel_histogram.h 38 static bool IsSupportedFrequency(uint32_t frequency);
44 bool IncrementScanCountForFrequency(uint32_t frequency);
46 bool IncrementScanCountForFrequencyForTest(uint32_t frequency,
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 18 <case name="dut_playback_spectrum_chirp" version="1.0" description="Check frequency spectrum for playback">
20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- 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 amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 18 <case name="dut_playback_spectrum" version="1.0" description="Check frequency spectrum for playback">
20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- 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 amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 18 <case name="ref_playback_spectrum_chirp" version="1.0" description="Check frequency spectrum of reference speaker for playback">
20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- 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 amplitude ratio in mannitude only between low f to high f -->
  /external/adhd/cras/src/server/
cras_a2dp_endpoint.c 44 sbc_caps->frequency = SBC_SAMPLING_FREQ_16000 |
82 if (sbc_caps->frequency & SBC_SAMPLING_FREQ_48000) {
83 sbc_config->frequency = SBC_SAMPLING_FREQ_48000;
84 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_44100) {
85 sbc_config->frequency = SBC_SAMPLING_FREQ_44100;
86 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_32000) {
87 sbc_config->frequency = SBC_SAMPLING_FREQ_32000;
88 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_16000) {
89 sbc_config->frequency = SBC_SAMPLING_FREQ_16000;
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
control 7 This test is to make sure the cpu frequency minimum and maximum values

Completed in 453 milliseconds

1 2 3 4 5 67 8 91011>>