Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c138 if (scope->freq_data_l) { in gst_synae_scope_finalize()
139 g_free (scope->freq_data_l); in gst_synae_scope_finalize()
140 scope->freq_data_l = NULL; in gst_synae_scope_finalize()
166 g_free (scope->freq_data_l); in gst_synae_scope_setup()
176 scope->freq_data_l = g_new (GstFFTS16Complex, num_freq); in gst_synae_scope_setup()
219 GstFFTS16Complex *fdata_l = scope->freq_data_l; in gst_synae_scope_render()
Dgstsynaescope.h42 GstFFTS16Complex *freq_data_l, *freq_data_r; member