Searched refs:GST_LFO_WAVEFORM_SINE (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | control-sources.c | 290 g_object_set (cs, "waveform", GST_LFO_WAVEFORM_SINE, NULL); in test_lfo() 321 g_object_set (cs, "waveform", GST_LFO_WAVEFORM_SINE, NULL); in test_lfo() 385 "waveform", GST_LFO_WAVEFORM_SINE, in test_chained_lfo() 395 "waveform", GST_LFO_WAVEFORM_SINE, in test_chained_lfo()
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | controller-enumtypes.c | 39 { C_ENUM(GST_LFO_WAVEFORM_SINE), "GST_LFO_WAVEFORM_SINE", "sine" }, in gst_lfo_waveform_get_type()
|
D | gstlfocontrolsource.h | 62 GST_LFO_WAVEFORM_SINE, enumerator
|
D | gstlfocontrolsource.c | 436 GST_LFO_WAVEFORM_SINE); in gst_lfo_control_source_init() 545 GST_TYPE_LFO_WAVEFORM, GST_LFO_WAVEFORM_SINE, in gst_lfo_control_source_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | controller.c | 1150 g_object_set (cs, "waveform", GST_LFO_WAVEFORM_SINE, in GST_START_TEST() 1201 g_object_set (cs, "waveform", GST_LFO_WAVEFORM_SINE, in GST_START_TEST()
|