Home
last modified time | relevance | path

Searched refs:pa_sample_format_to_string (Results 1 – 19 of 19) sorted by relevance

/third_party/pulseaudio/src/tests/
Dresampler-test.c417 a.rate, a.channels, pa_sample_format_to_string(a.format), in main()
418 b.rate, b.channels, pa_sample_format_to_string(b.format)); in main()
448 pa_sample_format_to_string(a.format), in main()
449 pa_sample_format_to_string(b.format), in main()
450 pa_sample_format_to_string(a.format)); in main()
Dmix-test.c302 pa_log_debug("=== mixing: %s", pa_sample_format_to_string(a.format)); in START_TEST()
/third_party/pulseaudio/src/pulse/
Dsample.c146 const char *pa_sample_format_to_string(pa_sample_format_t f) { in pa_sample_format_to_string() function
179 …pa_snprintf(s, l, _("%s %uch %uHz"), pa_sample_format_to_string(spec->format), spec->channels, spe… in pa_sample_spec_snprint()
Dsample.h313 const char *pa_sample_format_to_string(pa_sample_format_t f) PA_GCC_PURE;
Dformat.c608 pa_format_info_set_prop_string(f, PA_PROP_FORMAT_SAMPLE_FORMAT, pa_sample_format_to_string(sf)); in pa_format_info_set_sample_format()
/third_party/pulseaudio/src/modules/oss/
Doss-util.c199 pa_sample_format_to_string(orig_format), in pa_oss_auto_format()
200 pa_sample_format_to_string(ss->format)); in pa_oss_auto_format()
/third_party/pulseaudio/src/
Dmap-file265 pa_sample_format_to_string;
/third_party/pulseaudio/src/pulsecore/
Dresampler.c419 pa_log_debug(" format %s -> %s (intermediate %s)", pa_sample_format_to_string(a->format), in pa_resampler_new()
420 pa_sample_format_to_string(b->format), pa_sample_format_to_string(r->work_format)); in pa_resampler_new()
Dsource.c1071 pa_sample_format_to_string(s->sample_spec.format), s->sample_spec.rate); in pa_source_reconfigure()
1128 s->name, pa_sample_format_to_string(desired_spec.format), desired_spec.rate); in pa_source_reconfigure()
2959 … s->name, pa_sample_format_to_string(old_format), pa_sample_format_to_string(format)); in pa_source_set_sample_format()
Dsink.c1490 pa_sample_format_to_string(s->sample_spec.format), s->sample_spec.rate); in pa_sink_reconfigure()
1547 s->name, pa_sample_format_to_string(desired_spec.format), desired_spec.rate); in pa_sink_reconfigure()
3903 … s->name, pa_sample_format_to_string(old_format), pa_sample_format_to_string(format)); in pa_sink_set_sample_format()
/third_party/pulseaudio/src/modules/
Dmodule-zeroconf-discover.c234 pa_sample_format_to_string(ss.format), in resolver_cb()
Dmodule-zeroconf-publish.c312 txt = avahi_string_list_add_pair(txt, "format", pa_sample_format_to_string(s->ss.format)); in publish_service()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-bonjour-publish.c228 t = pa_sample_format_to_string(ss.format); in publish_service()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c411 …changed to %s.", snd_pcm_name(pcm_handle), pa_sample_format_to_string(ss->format), pa_sample_forma… in pa_alsa_set_hw_params()
Dalsa-source.c1604 pa_sample_format_to_string(spec->format)); in source_reconfigure_cb()
Dalsa-sink.c1792 pa_sample_format_to_string(spec->format)); in sink_reconfigure_cb()
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.c815 …pa_strbuf_printf(s, "default-sample-format = %s\n", pa_sample_format_to_string(c->default_sample_s… in pa_daemon_conf_dump()
Dohos_daemon-conf.c815 …pa_strbuf_printf(s, "default-sample-format = %s\n", pa_sample_format_to_string(c->default_sample_s… in pa_daemon_conf_dump()
/third_party/pulseaudio/vala/
Dlibpulse.vapi83 [CCode (cname="pa_sample_format_to_string")]