Searched refs:update_rates (Results 1 – 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | libsamplerate.c | 94 r->impl.update_rates = libsamplerate_update_rates; in pa_resampler_libsamplerate_init()
|
D | trivial.c | 95 r->impl.update_rates = trivial_update_rates_or_reset; in pa_resampler_trivial_init()
|
D | soxr.c | 163 r->impl.update_rates = resampler_soxr_update_rates; in pa_resampler_soxr_init()
|
D | speex.c | 155 r->impl.update_rates = speex_update_rates; in pa_resampler_speex_init()
|
D | peaks.c | 156 r->impl.update_rates = peaks_update_rates_or_reset; in pa_resampler_peaks_init()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 36 void (*update_rates)(pa_resampler *r); member
|
D | resampler.c | 477 pa_assert(r->impl.update_rates); in pa_resampler_set_input_rate() 484 r->impl.update_rates(r); in pa_resampler_set_input_rate() 490 pa_assert(r->impl.update_rates); in pa_resampler_set_output_rate() 497 r->impl.update_rates(r); in pa_resampler_set_output_rate()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 82662 * gst/playback/gstqueue2.c: (update_rates): 82693 (reset_rate_timer), (update_rates), (gst_queue_locked_flush), 82710 (update_rates), (gst_queue_locked_flush),
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 141436 * gst/playback/gstqueue2.c: (update_rates): 141476 (reset_rate_timer), (update_rates), (gst_queue_locked_flush), 141493 (update_rates), (gst_queue_locked_flush),
|