Home
last modified time | relevance | path

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

12

/third_party/libevdev/tools/
Dmouse-dpi-tool.c30 double *frequencies; member
58 m->frequencies = realloc(m->frequencies, in push_frequency()
59 m->frequencies_sz * sizeof *m->frequencies); in push_frequency()
60 if (!m->frequencies) in push_frequency()
64 m->frequencies[m->nfrequencies] = freq; in push_frequency()
175 return m->frequencies[idx]; in mean_frequency()
/third_party/mesa3d/.gitlab-ci/common/
Dintel-gpu-freq.sh575 A script to manage Intel GPU frequencies. Can be used for debugging performance
578 Note Intel GPUs only accept specific frequencies, usually multiples of 50 MHz.
589 Omit min/max prefix to set both frequencies.
591 -r, --reset Reset frequencies to hardware defaults.
594 Monitor the indicated frequencies via 'watch' utility.
606 -r, --reset Reset frequencies to hardware defaults.
/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.c56 static const uint32_t frequencies[4] = { 48000, 96000, 44100, 32000 }; in pcm_dvd_parse_header() local
91 avctx->sample_rate = frequencies[header[1] >> 4 & 3]; in pcm_dvd_parse_header()
/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/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/libinput/doc/user/
Dnormalization-of-relative-motion.rst81 resolutions and frequencies: ::
/third_party/lame/dshow/
DProperty.rc131 CONTROL "Keep all frequencies",IDC_CHECK_KEEP_ALL_FREQ,"Button",
/third_party/rust/crates/memchr/
DREADME.md102 used to select bytes based on a background distribution of byte frequencies.
/third_party/lame/
DUSAGE301 MPEG-1 layer III sample frequencies (kHz): 32 48 44.1
304 MPEG-2 layer III sample frequencies (kHz): 16 24 22.05
307 MPEG-2.5 layer III sample frequencies (kHz): 8 12 11.025
529 important in MP3 due to a limitation in very high frequencies (>16Khz).
958 Allows -V2, -V1 and -V0 to not encode the highest frequencies accurately,
/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/openGLES/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.out302 0:? 'frequencies' ( global 3-element array of float)
577 0:? 'frequencies' ( global 3-element array of float)
/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/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/zlib/doc/
Drfc1951.txt358 Given an alphabet with known symbol frequencies, the Huffman
360 (one which represents strings with those symbol frequencies
369 lengths from symbol frequencies. Again, see Chapter 5,
/third_party/openGLES/extensions/OML/
DOML_subsample.txt65 * The new enumerant naming scheme gives the component frequencies in

12