Home
last modified time | relevance | path

Searched refs:pa_resample_method_t (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dresampler.h65 } pa_resample_method_t; typedef
77 pa_resample_method_t method;
124 pa_resample_method_t resample_method,
154 pa_resample_method_t pa_resampler_get_method(pa_resampler *r);
157 pa_resample_method_t pa_parse_resample_method(const char *string);
160 const char *pa_resample_method_to_string(pa_resample_method_t m);
163 int pa_resample_method_supported(pa_resample_method_t m);
Dresampler.c123 static pa_resample_method_t choose_auto_resampler(pa_resample_flags_t flags) { in choose_auto_resampler()
124 pa_resample_method_t method; in choose_auto_resampler()
136 static pa_resample_method_t fix_method( in fix_method()
138 pa_resample_method_t method, in fix_method()
259 pa_resample_method_t method, in choose_work_format()
332 pa_resample_method_t method, in pa_resampler_new()
605 pa_resample_method_t pa_resampler_get_method(pa_resampler *r) { in pa_resampler_get_method()
673 const char *pa_resample_method_to_string(pa_resample_method_t m) { in pa_resample_method_to_string()
681 int pa_resample_method_supported(pa_resample_method_t m) { in pa_resample_method_supported()
706 pa_resample_method_t pa_parse_resample_method(const char *string) { in pa_parse_resample_method()
[all …]
Dsource-output.h119 pa_resample_method_t requested_resample_method, actual_resample_method;
263 pa_resample_method_t resample_method;
338 pa_resample_method_t pa_source_output_get_resample_method(pa_source_output *o);
Dsink-input.h133 pa_resample_method_t requested_resample_method, actual_resample_method;
299 pa_resample_method_t resample_method;
390 pa_resample_method_t pa_sink_input_get_resample_method(pa_sink_input *i);
Dmodargs.h74 int pa_modargs_get_resample_method(pa_modargs *ma, pa_resample_method_t *method);
Dmodargs.c461 int pa_modargs_get_resample_method(pa_modargs *ma, pa_resample_method_t *rmethod) { in pa_modargs_get_resample_method()
468 pa_resample_method_t method = pa_parse_resample_method(m); in pa_modargs_get_resample_method()
Dcore.h228 pa_resample_method_t resample_method;
Dsource-output.c1256 pa_resample_method_t pa_source_output_get_resample_method(pa_source_output *o) { in pa_source_output_get_resample_method()
Dsink-input.c1609 pa_resample_method_t pa_sink_input_get_resample_method(pa_sink_input *i) { in pa_sink_input_get_resample_method()
/third_party/pulseaudio/src/tests/
Dresampler-test.c304 pa_resample_method_t method; in main()
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c290 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init()
Dmodule-remap-sink.c330 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init()
Dmodule-combine-sink.c147 pa_resample_method_t resample_method;