Home
last modified time | relevance | path

Searched refs:need_new_coefficients (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c161 equ->need_new_coefficients = TRUE; in gst_iir_equalizer_band_set_property()
176 equ->need_new_coefficients = TRUE; in gst_iir_equalizer_band_set_property()
190 equ->need_new_coefficients = TRUE; in gst_iir_equalizer_band_set_property()
204 equ->need_new_coefficients = TRUE; in gst_iir_equalizer_band_set_property()
616 equ->need_new_coefficients = FALSE; in update_coefficients()
714 equ->need_new_coefficients = TRUE; in gst_iir_equalizer_compute_frequencies()
831 gboolean need_new_coefficients; in gst_iir_equalizer_transform_ip() local
837 need_new_coefficients = equ->need_new_coefficients; in gst_iir_equalizer_transform_ip()
858 if (need_new_coefficients) { in gst_iir_equalizer_transform_ip()
Dgstiirequalizer.h68 gboolean need_new_coefficients; member
/third_party/gstreamer/gstplugins_good/
DChangeLog75611 commit b5bf0294 moved the if(need_new_coefficients) set_passthrough(equ)
122815 logging. Simplify setting need_new_coefficients when changing properties.