Searched refs:spect_height (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/ |
D | demo-osssrc.c | 38 static guint spect_height = 64; variable 59 spect_height = event->height; in on_configure_event() 72 GdkRectangle rect = { 0, 0, spect_bands, spect_height }; in draw_spectrum() 82 cairo_rectangle (cr, 0, 0, spect_bands, spect_height); in draw_spectrum() 86 cairo_rectangle (cr, i, -data[i], 1, spect_height + data[i]); in draw_spectrum() 197 gtk_widget_set_size_request (drawingarea, spect_bands, spect_height); in main()
|
D | demo-audiotest.c | 53 static guint spect_height = 64; variable 99 spect_height = event->height; in on_configure_event() 119 GdkRectangle rect = { 0, 0, spect_bands, spect_height }; in draw_spectrum() 129 cairo_rectangle (cr, 0, 0, spect_bands, spect_height); in draw_spectrum() 133 cairo_rectangle (cr, i, -data[i], 1, spect_height + data[i]); in draw_spectrum() 267 gtk_widget_set_size_request (drawingarea, spect_bands, spect_height); in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/equalizer/ |
D | demo.c | 32 static guint spect_height = 128; variable 50 spect_height = event->height; in on_configure_event() 103 GdkRectangle rect = { 0, 0, spect_bands, spect_height }; in draw_spectrum() 113 cairo_rectangle (cr, 0, 0, spect_bands, spect_height); in draw_spectrum() 117 cairo_rectangle (cr, i, -data[i], 1, spect_height + data[i]); in draw_spectrum() 250 gtk_widget_set_size_request (drawingarea, spect_bands, spect_height); in main()
|