Searched refs:pa_resampler_get_delay (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | resampler-rewind-test.c | 81 delay = pa_resampler_get_delay(r, false); in calculate_resampler_history_bytes() 363 delay_before = pa_resampler_get_delay(resampler, true); in main() 401 delay_after = pa_resampler_get_delay(resampler, true); in main()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 179 double pa_resampler_get_delay(pa_resampler *r, bool allow_negative);
|
D | resampler.c | 506 r->in_frames = pa_resampler_get_delay(r, false); in pa_resampler_set_input_rate() 524 r->in_frames = pa_resampler_get_delay(r, false); in pa_resampler_set_output_rate() 1643 double pa_resampler_get_delay(pa_resampler *r, bool allow_negative) { in pa_resampler_get_delay() function 1658 return (pa_usec_t) (pa_resampler_get_delay(r, false) * PA_USEC_PER_SEC / r->i_ss.rate); in pa_resampler_get_delay_usec()
|
D | source-output.c | 896 …resampler_bytes = (size_t) pa_resampler_get_delay(o->thread_info.resampler, false) * pa_frame_size… in pa_source_output_process_rewind()
|
D | sink-input.c | 74 delay = pa_resampler_get_delay(r, false); in calculate_resampler_history_bytes()
|
D | sink.c | 2768 … i->thread_info.resampler_delay_frames = pa_resampler_get_delay(i->thread_info.resampler, false); in pa_sink_process_msg()
|