Lines Matching refs:GstAudioVisualizer
111 static void render_dots (GstAudioVisualizer * scope, guint32 * vdata,
113 static void render_lines (GstAudioVisualizer * scope, guint32 * vdata,
115 static void render_color_dots (GstAudioVisualizer * base, guint32 * vdata,
117 static void render_color_lines (GstAudioVisualizer * base, guint32 * vdata,
120 static gboolean gst_wave_scope_setup (GstAudioVisualizer * scope);
121 static gboolean gst_wave_scope_render (GstAudioVisualizer * base,
183 gst_wave_scope_setup (GstAudioVisualizer * bscope) in gst_wave_scope_setup()
243 render_dots (GstAudioVisualizer * base, guint32 * vdata, gint16 * adata, in render_dots()
268 render_lines (GstAudioVisualizer * base, guint32 * vdata, gint16 * adata, in render_lines()
312 render_color_dots (GstAudioVisualizer * base, guint32 * vdata, in render_color_dots()
352 render_color_lines (GstAudioVisualizer * base, guint32 * vdata, in render_color_lines()
411 gst_wave_scope_render (GstAudioVisualizer * base, GstBuffer * audio, in gst_wave_scope_render()