Home
last modified time | relevance | path

Searched refs:adata_l (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c146 if (scope->adata_l) { in gst_synae_scope_finalize()
147 g_free (scope->adata_l); in gst_synae_scope_finalize()
148 scope->adata_l = NULL; in gst_synae_scope_finalize()
168 g_free (scope->adata_l); in gst_synae_scope_setup()
179 scope->adata_l = g_new (gint16, bscope->req_spf); in gst_synae_scope_setup()
217 gint16 *adata_l = scope->adata_l; in gst_synae_scope_render() local
246 adata_l[i] = adata[j++]; in gst_synae_scope_render()
252 gst_fft_s16_fft (scope->fft_ctx, adata_l, fdata_l); in gst_synae_scope_render()
Dgstsynaescope.h43 gint16 *adata_l, *adata_r; member