/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | controller.c | 307 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 317 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() 318 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0); in GST_START_TEST() 321 gst_timed_value_control_source_unset (tvcs, 0 * GST_SECOND); in GST_START_TEST() 337 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 345 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() 354 fail_unless (gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.0)); in GST_START_TEST() 355 fail_unless (gst_timed_value_control_source_set (tvcs, 2 * GST_SECOND, 1.0)); in GST_START_TEST() 387 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 394 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | audio-example.c | 21 GstTimedValueControlSource *tvcs; in main() local 63 tvcs = (GstTimedValueControlSource *) cs1; in main() 64 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.0); in main() 65 gst_timed_value_control_source_set (tvcs, 5 * GST_SECOND, 1.0); in main() 69 tvcs = (GstTimedValueControlSource *) cs2; in main() 70 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 220.0 / 20000.0); in main() 71 gst_timed_value_control_source_set (tvcs, 3 * GST_SECOND, 3520.0 / 20000.0); in main() 72 gst_timed_value_control_source_set (tvcs, 6 * GST_SECOND, 440.0 / 20000.0); in main()
|
D | control-sources.c | 182 GstTimedValueControlSource *tvcs; in test_interpolation() local 192 tvcs = (GstTimedValueControlSource *) cs; in test_interpolation() 197 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.0); in test_interpolation() 198 gst_timed_value_control_source_set (tvcs, 10 * GST_SECOND, 1.0); in test_interpolation() 199 gst_timed_value_control_source_set (tvcs, 20 * GST_SECOND, 0.5); in test_interpolation() 200 gst_timed_value_control_source_set (tvcs, 30 * GST_SECOND, 0.2); in test_interpolation()
|
D | controller-graph.c | 47 GstTimedValueControlSource *tvcs = (GstTimedValueControlSource *) cs; in on_graph_draw() local 62 gst_timed_value_control_source_unset_all (tvcs); in on_graph_draw() 64 gst_timed_value_control_source_set (tvcs, ts, yval[i]); in on_graph_draw()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | audio-trickplay.c | 53 GstTimedValueControlSource *tvcs; in main() local 142 tvcs = (GstTimedValueControlSource *) cs1; in main() 143 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.0); in main() 144 gst_timed_value_control_source_set (tvcs, 5 * GST_SECOND, 1.0); in main() 148 tvcs = (GstTimedValueControlSource *) cs2; in main() 149 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 20000.0 / 220.0); in main() 150 gst_timed_value_control_source_set (tvcs, 2 * GST_SECOND, 20000.0 / 3520.0); in main() 151 gst_timed_value_control_source_set (tvcs, 6 * GST_SECOND, 20000.0 / 440.0); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/icles/ |
D | pitch-test.c | 44 GstTimedValueControlSource *tvcs; in main() local 79 tvcs = (GstTimedValueControlSource *) cs; in main() 83 gst_timed_value_control_source_set (tvcs, i * GST_SECOND, 0.5); in main() 85 gst_timed_value_control_source_set (tvcs, i * GST_SECOND, 1.5); in main()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | controller.c | 87 GstTimedValueControlSource *tvcs; in main() local 116 tvcs = (GstTimedValueControlSource *) cs; in main() 128 gst_timed_value_control_source_set (tvcs, i * tick, in main() 145 gst_timed_value_control_source_set (tvcs, j * tick, in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | volume.c | 1737 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 1749 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() 1750 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.0); in GST_START_TEST() 1751 gst_timed_value_control_source_set (tvcs, 5 * GST_SECOND, 1.0); in GST_START_TEST() 1752 gst_timed_value_control_source_set (tvcs, 10 * GST_SECOND, 0.0); in GST_START_TEST() 1765 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 1781 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() 1782 gst_timed_value_control_source_set (tvcs, 0 * GST_SECOND, 0.1); in GST_START_TEST() 1822 GstTimedValueControlSource *tvcs; in GST_START_TEST() local 1838 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST() [all …]
|
D | audiomixer.c | 1767 GstTimedValueControlSource *tvcs; in set_pad_volume_fade() local 1777 tvcs = (GstTimedValueControlSource *) cs; in set_pad_volume_fade() 1778 fail_unless (gst_timed_value_control_source_set (tvcs, start, start_value)); in set_pad_volume_fade() 1779 fail_unless (gst_timed_value_control_source_set (tvcs, end, end_value)); in set_pad_volume_fade()
|