Searched refs:pa_resample_method_to_string (Results 1 – 10 of 10) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 160 const char *pa_resample_method_to_string(pa_resample_method_t m);
|
D | resampler.c | 153 …rt for resampler '%s' not compiled in, reverting to 'auto'.", pa_resample_method_to_string(method)… in fix_method() 170 …%s' cannot do variable rate, reverting to resampler 'auto'.", pa_resample_method_to_string(method)… in fix_method() 418 …pa_log_debug(" rate %d -> %d (method %s)", a->rate, b->rate, pa_resample_method_to_string(r->meth… in pa_resampler_new() 673 const char *pa_resample_method_to_string(pa_resample_method_t m) { in pa_resample_method_to_string() function
|
D | cli-text.c | 490 pa_resample_method_to_string(pa_source_output_get_resample_method(o))); in pa_source_output_list_to_string() 587 pa_resample_method_to_string(pa_sink_input_get_resample_method(i))); in pa_sink_input_list_to_string()
|
D | protocol-native.c | 3424 pa_tagstruct_puts(t, pa_resample_method_to_string(pa_sink_input_get_resample_method(s))); in sink_input_fill_tagstruct() 3466 pa_tagstruct_puts(t, pa_resample_method_to_string(pa_source_output_get_resample_method(s))); in source_output_fill_tagstruct()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-stream.c | 492 resample_method = pa_resample_method_to_string(s->sink_input->actual_resample_method); in handle_get_resample_method() 494 resample_method = pa_resample_method_to_string(s->source_output->actual_resample_method); in handle_get_resample_method() 551 resample_method = pa_resample_method_to_string(s->sink_input->actual_resample_method); in handle_get_all() 561 resample_method = pa_resample_method_to_string(s->source_output->actual_resample_method); in handle_get_all()
|
/third_party/pulseaudio/src/tests/ |
D | resampler-test.c | 295 printf("%s\n", pa_resample_method_to_string(i)); in dump_resample_methods()
|
/third_party/pulseaudio/src/daemon/ |
D | main.c | 585 printf("%s\n", pa_resample_method_to_string(i)); in main()
|
D | ohos_pa_main.c | 617 printf("%s\n", pa_resample_method_to_string(i)); in ohos_pa_main()
|
D | daemon-conf.c | 808 pa_strbuf_printf(s, "resample-method = %s\n", pa_resample_method_to_string(c->resample_method)); in pa_daemon_conf_dump()
|
D | ohos_daemon-conf.c | 808 pa_strbuf_printf(s, "resample-method = %s\n", pa_resample_method_to_string(c->resample_method)); in pa_daemon_conf_dump()
|