HomeSort by relevance Sort by last modified time
    Searched defs:Frequency (Results 1 - 17 of 17) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.cc 37 if (Frequency(current_index_) > 0.5 * sample_rate_) {
53 double SinusoidalLinearChirpSource::Frequency(size_t position) {
  /external/llvm/include/llvm/Support/
BlockFrequency.h 1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
10 // This file implements Block Frequency class.
24 // This class represents Block Frequency as a 64-bit value.
26 uint64_t Frequency;
29 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { }
31 /// \brief Returns the maximum possible frequency, the saturation value.
34 /// \brief Returns the frequency as a fixpoint number scaled by the entry
35 /// frequency.
36 uint64_t getFrequency() const { return Frequency; }
48 /// \brief Adds another block frequency using saturating arithmetic
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer.h 27 enum Frequency
67 // Set the minimum sampling frequency at which to mix. The mixing algorithm
68 // may still choose to mix at a higher samling frequency to avoid
70 virtual int32_t SetMinimumMixingFrequency(Frequency freq) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddbeep.h 34 ULONG Frequency;
ntddvdeo.h 232 ULONG Frequency;
d3d10.h     [all...]
ksmedia.h     [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 43 /* Fs Sampling frequency index */
64 /* Fc is the centre frequency, DC to Fs/50 */
65 /* Fs is the sample frequency, 8000 to 48000 in descrete steps */
75 /* the frequency of the filter. */
94 LVM_UINT16 Frequency = pFilterDefinition->Frequency;
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
181 /* Fs Sampling frequency index */
202 /* Fc is the centre frequency, DC to Nyquist */
203 /* Fs is the sample frequency, 8000 to 48000 in descrete steps *
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 60 int32_t FilePlayerImpl::Frequency() const
164 // New sampling frequency. Update state.
240 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
321 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 22 #define LOW_FREQ 298 /* 32768/110 for low test frequency */
23 #define HIGH_FREQ 386 /* 32768/85 for high test frequency */
194 re-initializes parameters if sample frequency has changed */
206 /* Count the number of relevant filters. If the center frequency of the filter is
207 bigger than the nyquist frequency, then the filter is not relevant and doesn't
274 LVM_UINT32 fc; /* Filter centre frequency */
282 fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */
438 /* Fs Sampling frequency index */
455 /* Fc is the centre frequency, DC to Nyquist */
456 /* Fs is the sample frequency, 8000 to 48000 in descrete steps *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
Frequency.java 29 * Maintains a frequency distribution.
41 * to combine integral types with chars in a frequency distribution will fail.
49 public class Frequency implements Serializable {
60 public Frequency() {
70 public Frequency(Comparator<?> comparator) {
75 * Return a string representation of this frequency
101 * Adds 1 to the frequency count for v.
103 * If other objects have already been added to this Frequency, v must
124 * Adds 1 to the frequency count for v.
126 * If other objects have already been added to this Frequency, v mus
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 58 /* Frequency is the centre frequency in Hz, range DC to Nyquist */
63 /* Frequency = 2467 Centre frequency = 2.467kHz */
246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 166 /* Bass Enhancement centre frequency selection control */
247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
255 LVM_UINT16 Limit_Low; /* Low frequency limit of the band in Hertz */
256 LVM_UINT16 Limit_High; /* High frequency limit of the band in Hertz */
284 LVM_BE_CentreFreq_en BE_CentreFreq; /* Bass Enhancement centre frequency */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 633 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i];
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]
  /external/v8/src/regexp/
jsregexp.cc 3730 int frequency = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h 6743 ULONG frequency; member in struct:_ProcessorPerformance
    [all...]

Completed in 1669 milliseconds