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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.cc 35 if (Frequency(current_index_) > 0.5 * sample_rate_) {
52 double SinusoidalLinearChirpSource::Frequency(int 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/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
audio_conference_mixer.h 28 enum Frequency
75 // Set the minimum sampling frequency at which to mix. The mixing algorithm
76 // may still choose to mix at a higher samling frequency to avoid
78 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/chromium_org/components/wifi/
network_properties.h 16 typedef int32 Frequency;
25 typedef std::set<Frequency> FrequencySet;
47 Frequency frequency; member in struct:wifi::NetworkProperties
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1HalftoneDictionary_autogen.cpp 47 double SkPdfType1HalftoneDictionary::Frequency(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Frequency", "");
56 return get("Frequency", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1HalftoneDictionary_autogen.cpp 47 double SkPdfType1HalftoneDictionary::Frequency(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Frequency", "");
56 return get("Frequency", "") != NULL;
  /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/chromium_org/media/base/
sinc_resampler_unittest.cc 176 if (Frequency(current_index_) > 0.5 * sample_rate_) {
188 double Frequency(int position) {
234 // Nyquist frequency for the input sampling rate.
272 // Range of the Nyquist frequency (0.5 * min(input rate, output_rate)) which
287 if (pure_source.Frequency(i) < low_frequency_range) {
290 } else if (pure_source.Frequency(i) < high_frequency_range) {
310 // All conversions currently have a high frequency error around -6 dbFS.
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 72 int32_t FilePlayerImpl::Frequency() const
177 // New sampling frequency. Update state.
253 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
334 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
  /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 632 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i];
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 3697 int frequency = 0; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [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 1553 milliseconds