Home
last modified time | relevance | path

Searched refs:PA_RESAMPLER_MAX_DELAY_USEC (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h80 #define PA_RESAMPLER_MAX_DELAY_USEC 33000 macro
H A Dsource-output.c504 resampler_history = (uint64_t) PA_RESAMPLER_MAX_DELAY_USEC * o->source->sample_spec.rate / PA_USEC_PER_SEC; in pa_source_output_new()
924 resampler_history = (uint64_t) PA_RESAMPLER_MAX_DELAY_USEC * o->source->sample_spec.rate / PA_USEC_PER_SEC; in pa_source_output_update_max_rewind()
1875 resampler_history = (uint64_t) PA_RESAMPLER_MAX_DELAY_USEC * o->source->sample_spec.rate / PA_USEC_PER_SEC; in pa_source_output_update_resampler()
H A Dresampler.c1710 return (uint64_t) PA_RESAMPLER_MAX_DELAY_USEC * r->i_ss.rate * 3 / PA_USEC_PER_SEC / 2; in pa_resampler_get_max_history()
/third_party/pulseaudio/src/tests/
H A Dresampler-rewind-test.c78 history_max = (uint64_t) PA_RESAMPLER_MAX_DELAY_USEC * r->i_ss.rate * 3 / PA_USEC_PER_SEC / 2; in calculate_resampler_history_bytes()

Completed in 6 milliseconds