Home
last modified time | relevance | path

Searched defs:frequency (Results 1 – 25 of 125) 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/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/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_decoder.cc48 std::vector<uint32_t> frequency(symbol_frequency, symbol_frequency + symbol_frequency_count); in FSECreateStatesForDecoding() local
71 int FSEDecoder::FSEDecode(BitStream *bs, float *buff, int buff_count, uint32_t *frequency, int freq… in FSEDecode()
148 auto *frequency = reinterpret_cast<uint32_t *>(&data8[i]); in DeCompress() local
Dfse_encoder.h30 uint32_t frequency[MAX_SYMS]; // holds the number of times each symbol appears in `*symbol_table` member
/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/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h138 uint8_t frequency:4; member
150 uint8_t frequency:6; member
158 uint16_t frequency; member
168 uint8_t frequency:4; member
183 uint8_t frequency:6; member
189 uint16_t frequency:12; member
207 uint8_t frequency; member
/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.c219 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency_and_notify()
230 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency()
262 gulong frequency = 0; in gst_v4l2_tuner_get_frequency() local
/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/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.h74 void set_frequency(int frequency) { frequency_ = frequency; } in set_frequency()
75 int frequency() const { return frequency_; } in frequency() function
/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