Home
last modified time | relevance | path

Searched defs:frequency (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/System/
DTimer.cpp90 int64_t Timer::frequency() in frequency() function in sw::Timer
93 int64_t frequency; in frequency() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTimer.cpp87 int64_t Timer::frequency() in frequency() function in sw::Timer
90 int64_t frequency; in frequency() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
160 frequency = None variable
196 frequency = value variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
160 frequency = None variable
196 frequency = value variable
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dmisc.c56 _pthread_get_tick_count (long long *frequency) in _pthread_get_tick_count()
93 long long frequency = 0; in _pthread_wait_for_single_object() local
133 long long frequency = 0; in _pthread_wait_for_multiple_objects() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DOscillatorBase.h64 oboe::flowgraph::FlowGraphPortFloatInput frequency; variable
83 float incrementPhase(float frequency) { in incrementPhase()
/third_party/boost/libs/spirit/workbench/
Dhigh_resolution_timer.hpp43 LARGE_INTEGER frequency; in high_resolution_timer() local
82 LARGE_INTEGER frequency; in elapsed() local
91 LARGE_INTEGER frequency; in elapsed_max() local
101 LARGE_INTEGER frequency; in elapsed_min() local
/third_party/boost/libs/serialization/performance/xml/
Dhigh_resolution_timer.hpp44 LARGE_INTEGER frequency; in high_resolution_timer() local
83 LARGE_INTEGER frequency; in elapsed() local
92 LARGE_INTEGER frequency; in elapsed_max() local
102 LARGE_INTEGER frequency; in elapsed_min() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DVibratroEffect.h23 VibratoEffect(float depth_ms, float frequency): in VibratoEffect()
DFlangerEffect.h25 FlangerEffect(float depth_ms, float frequency, float feedback): in FlangerEffect()
DTremoloEffect.h25 TremoloEffect(float frequency, float height): in TremoloEffect()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstlfocontrolsource.c60 gdouble frequency; member
83 GstClockTime timeshift, GstClockTime period, gdouble frequency, in _sine_get()
135 GstClockTime timeshift, GstClockTime period, gdouble frequency, in _square_get()
187 GstClockTime timeshift, GstClockTime period, gdouble frequency, in _saw_get()
238 GstClockTime timeshift, GstClockTime period, gdouble frequency, in _rsaw_get()
290 GstClockTime timeshift, GstClockTime period, gdouble frequency, in _triangle_get()
470 gdouble frequency = g_value_get_double (value); in gst_lfo_control_source_set_property() local
/third_party/boost/boost/units/systems/cgs/
Dfrequency.hpp23 typedef unit<frequency_dimension,cgs::system> frequency; typedef
/third_party/boost/boost/units/systems/si/
Dfrequency.hpp23 typedef unit<frequency_dimension,si::system> frequency; typedef
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2tuner.c218 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency_and_notify()
229 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency()
261 gulong frequency = 0; in gst_v4l2_tuner_get_frequency() local
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/am33xx/
Dsys_info.c177 int am335x_get_mpu_vdd(int sil_rev, int frequency) in am335x_get_mpu_vdd()
193 int am335x_get_tps65910_mpu_vdd(int sil_rev, int frequency) in am335x_get_tps65910_mpu_vdd()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h118 uint8_t frequency:4; member
130 uint8_t frequency:6; member
138 uint16_t frequency; member
148 uint8_t frequency:4; member
163 uint8_t frequency:6; member
169 uint16_t frequency:12; member
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/
DSineWave.h25 SineWave(float frequency, float amplitude, int sampleRate): in SineWave()
DPhaseAccumulator.h26 PhaseAccumulator(float frequency, float sampleRate): in PhaseAccumulator()
/third_party/flutter/glfw/src/
Dposix_time.h41 uint64_t frequency; member
Dwin32_time.c39 uint64_t frequency; in _glfwInitTimerWin32() local
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dtegra_spi.h8 int frequency; /* Default clock frequency, -1 for none */ member
/third_party/flutter/skia/third_party/externals/angle2/util/windows/
DWindowsTimer.cpp17 LARGE_INTEGER frequency = {}; in getFrequency() local
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DSoundGenerator.cpp23 double frequency = 440.0; in SoundGenerator() local
/third_party/boost/libs/chrono/example/
Dcycle_count.cpp40 … typedef typename boost::ratio_multiply<boost::ratio<speed>, boost::mega>::type frequency; // Mhz typedef
57 static const long long frequency = speed * 1000000; // MHz member

12345