Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dresampler.c263 pa_sample_format_t work_format; in choose_work_format() local
278 work_format = PA_SAMPLE_S16NE; in choose_work_format()
286 work_format = a; in choose_work_format()
294 work_format = PA_SAMPLE_S32NE; in choose_work_format()
303 work_format = PA_SAMPLE_S16NE; in choose_work_format()
313 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
315 work_format = PA_SAMPLE_S16NE; in choose_work_format()
319 work_format = PA_SAMPLE_FLOAT32NE; in choose_work_format()
322 return work_format; in choose_work_format()
373 r->work_format = choose_work_format(method, a->format, b->format, r->map_required); in pa_resampler_new()
[all …]
Dresampler.h103 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.c122 switch (r->work_format) { in pa_resampler_soxr_init()