Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dresampler.c283 pa_sample_format_t work_format; in choose_work_format() local
298 work_format = PA_SAMPLE_S16NE; in choose_work_format()
306 work_format = a; in choose_work_format()
314 work_format = PA_SAMPLE_S32NE; in choose_work_format()
323 work_format = PA_SAMPLE_S16NE; in choose_work_format()
333 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
335 work_format = PA_SAMPLE_S16NE; in choose_work_format()
339 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
342 return work_format; in choose_work_format()
396 r->work_format = choose_work_format(method, a->format, b->format, r->map_required); in pa_resampler_new()
[all …]
Dresampler.h109 pa_sample_format_t work_format; member
/third_party/pulseaudio/src/pulsecore/resampler/
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()
Dsoxr.c117 switch (r->work_format) { in pa_resampler_soxr_init()