Searched refs:freq_data_l (Results 1 – 2 of 2) sorted by relevance
138 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()
42 GstFFTS16Complex *freq_data_l, *freq_data_r; member