Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/resampler/
H A Dpeaks.c62 if (r->work_channels == 1 && r->work_format == PA_SAMPLE_FLOAT32NE) { in peaks_resample()
78 } else if (r->work_format == PA_SAMPLE_S16NE) { in peaks_resample()
151 pa_assert(r->work_format == PA_SAMPLE_S16NE || r->work_format == PA_SAMPLE_FLOAT32NE); in pa_resampler_peaks_init()
H A Dsoxr.c117 switch (r->work_format) { in pa_resampler_soxr_init()
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c282 pa_sample_format_t work_format; in choose_work_format() local
297 work_format = PA_SAMPLE_S16NE; in choose_work_format()
305 work_format = a; in choose_work_format()
313 work_format = PA_SAMPLE_S32NE; in choose_work_format()
322 work_format = PA_SAMPLE_S16NE; in choose_work_format()
332 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
334 work_format = PA_SAMPLE_S16NE; in choose_work_format()
338 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
341 return work_format; in choose_work_format()
395 r->work_format in pa_resampler_new()
[all...]
H A Dresampler.h109 pa_sample_format_t work_format; member

Completed in 3 milliseconds