/third_party/libevdev/tools/ |
D | mouse-dpi-tool.c | 30 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/ |
D | intel-gpu-freq.sh | 575 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/ |
D | SawtoothOscillator.cpp | 27 const float *frequencies = frequency.getBuffer(); in onProcess() local 34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess()
|
D | SineOscillator.cpp | 31 const float *frequencies = frequency.getBuffer(); in onProcess() local 37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess()
|
D | ImpulseOscillator.cpp | 27 const float *frequencies = frequency.getBuffer(); in onProcess() local 33 mPhase += mFrequencyToPhaseIncrement * frequencies[i]; in onProcess()
|
D | TriangleOscillator.cpp | 27 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/ |
D | SawPingGenerator.cpp | 35 const float *frequencies = frequency.getBuffer(); in onProcess() local 48 float sawtooth = incrementPhase(frequencies[i]); in onProcess()
|
/third_party/pulseaudio/src/utils/ |
D | qpaeq | 328 …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/ |
D | pcm-dvd.c | 56 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/ |
D | SamplePathText.cpp | 393 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/ |
D | generate_height.comp | 80 … // The sqrt(G * k_len) factor represents how fast ocean waves at different frequencies propagate.
|
/third_party/libinput/doc/user/ |
D | normalization-of-relative-motion.rst | 81 resolutions and frequencies: ::
|
/third_party/lame/dshow/ |
D | Property.rc | 131 CONTROL "Keep all frequencies",IDC_CHECK_KEEP_ALL_FREQ,"Button",
|
/third_party/rust/crates/memchr/ |
D | README.md | 102 used to select bytes based on a background distribution of byte frequencies.
|
/third_party/lame/ |
D | USAGE | 301 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/ |
D | SGIX_texture_lod_bias.txt | 30 frequencies in one or more dimensions. The result is that texture-mapped
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_lod_bias.txt | 30 frequencies in one or more dimensions. The result is that texture-mapped
|
/third_party/glslang/Test/ |
D | specExamples.frag | 55 float frequencies[3];
|
/third_party/glslang/Test/baseResults/ |
D | specExamples.frag.out | 302 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/ |
D | NV_bindless_multi_draw_indirect.txt | 316 different frequencies in the command stream.
|
D | NV_path_rendering_shared_edge.txt | 107 The problem with mixed sample frequencies is that fractional
|
/third_party/openGLES/extensions/NV/ |
D | NV_bindless_multi_draw_indirect.txt | 316 different frequencies in the command stream.
|
D | NV_path_rendering_shared_edge.txt | 107 The problem with mixed sample frequencies is that fractional
|
/third_party/zlib/doc/ |
D | rfc1951.txt | 358 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/ |
D | OML_subsample.txt | 65 * The new enumerant naming scheme gives the component frequencies in
|