Home
last modified time | relevance | path

Searched refs:frequencies (Results 1 – 25 of 56) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioresample.c1225 static const int frequencies[] = in GST_START_TEST() local
1230 for (f0 = 0; f0 < G_N_ELEMENTS (frequencies); ++f0) { in GST_START_TEST()
1231 for (f1 = 0; f1 < G_N_ELEMENTS (frequencies); ++f1) { in GST_START_TEST()
1232 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 32, in GST_START_TEST()
1234 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 32, in GST_START_TEST()
1236 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 32, in GST_START_TEST()
1238 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 64, in GST_START_TEST()
1240 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 64, in GST_START_TEST()
1242 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 64, in GST_START_TEST()
1244 run_fft_pipeline (frequencies[f0], frequencies[f0], quality, 16, in GST_START_TEST()
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DSawtoothOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess()
DSineOscillator.cpp31 const float *frequencies = frequency.getBuffer(); in onProcess() local
37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess()
DImpulseOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
33 mPhase += mFrequencyToPhaseIncrement * frequencies[i]; in onProcess()
DTriangleOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DSawPingGenerator.cpp35 const float *frequencies = frequency.getBuffer(); in onProcess() local
48 float sawtooth = incrementPhase(frequencies[i]); in onProcess()
/third_party/pulseaudio/src/utils/
Dqpaeq328 …i=len(self.filter_state.frequencies)*int(round(float(event.size().width())/event.oldSize().width()…
330 i=len(self.filter_state.frequencies)
366 self.slider=[None]*len(self.filter_state.frequencies)
384 for i,hz in enumerate(self.filter_state.frequencies):
498 self.frequencies=freqs
501 self.frequencies)]
502 self.coefficients=[0.0]*len(self.frequencies)
/third_party/ffmpeg/libavcodec/
Dpcm-dvd.c55 static const uint32_t frequencies[4] = { 48000, 96000, 44100, 32000 }; in pcm_dvd_parse_header() local
89 avctx->sample_rate = frequencies[header[1] >> 4 & 3]; in pcm_dvd_parse_header()
/third_party/flutter/skia/samplecode/
DSamplePathText.cpp390 const Sk4f frequencies = Sk4f::Load(fFrequencies); in apply() local
399 const Sk4f t = (frequencies * (dirsX * devicePt[0] + dirsY * devicePt[1]) + in apply()
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dgenerate_height.comp80 … // The sqrt(G * k_len) factor represents how fast ocean waves at different frequencies propagate.
/third_party/skia/samplecode/
DSamplePathText.cpp393 const Sk4f frequencies = Sk4f::Load(fFrequencies); in apply() local
402 const Sk4f t = (frequencies * (dirsX * devicePt[0] + dirsY * devicePt[1]) + in apply()
/third_party/libinput/doc/user/
Dnormalization-of-relative-motion.rst76 resolutions and frequencies: ::
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_special_topics.qbk90frequencies ['__omega[subl i]] of each oscillator follow some distribution and ['__epsilon] is the…
94 …n is now a bit more complex since we also need to store the individual frequencies of each oscilla…
Dtutorial_thrust_cuda.qbk108 …rhs class as reference and not by value. This ensures that the natural frequencies of each oscilla…
129 …dom initial conditions and decreasing frequencies such that we should get synchronization. We copy…
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
DREADME73 - we could have narrow filters over harmonic frequencies
/third_party/boost/libs/math/doc/quadrature/
Dooura_fourier_integrals.qbk92 …computes nodes and weights, and hence can be reused for many different frequencies with good effic…
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_lod_bias.txt30 frequencies in one or more dimensions. The result is that texture-mapped
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_lod_bias.txt30 frequencies in one or more dimensions. The result is that texture-mapped
/third_party/glslang/Test/
DspecExamples.frag55 float frequencies[3];
/third_party/glslang/Test/baseResults/
DspecExamples.frag.out301 0:? 'frequencies' ( global 3-element array of float)
576 0:? 'frequencies' ( global 3-element array of float)
/third_party/openGLES/extensions/NV/
DNV_bindless_multi_draw_indirect.txt316 different frequencies in the command stream.
DNV_path_rendering_shared_edge.txt107 The problem with mixed sample frequencies is that fractional
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_bindless_multi_draw_indirect.txt316 different frequencies in the command stream.
DNV_path_rendering_shared_edge.txt107 The problem with mixed sample frequencies is that fractional
/third_party/eudev/hwdb/
D70-mouse.hwdb73 # supporting multiple fixed frequencies, see below.
89 # device supports multiple fixed frequencies, the order of items is

123