Home
last modified time | relevance | path

Searched refs:pa_sample_format_to_string (Results 1 - 17 of 17) sorted by relevance

/third_party/pulseaudio/src/tests/
H A 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()
H A Dmix-test.c302 pa_log_debug("=== mixing: %s", pa_sample_format_to_string(a.format)); in START_TEST()
/third_party/pulseaudio/src/pulse/
H A 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, spec->rate); in pa_sample_spec_snprint()
H A Dsample.h96 * \li pa_sample_format_to_string() - Return a textual description of a
313 const char *pa_sample_format_to_string(pa_sample_format_t f) PA_GCC_PURE;
315 /** Parse a sample format text. Inverse of pa_sample_format_to_string() */
H A 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/
H A Doss-util.c209 pa_sample_format_to_string(orig_format), in pa_oss_auto_format()
210 pa_sample_format_to_string(ss->format)); in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c228 t = pa_sample_format_to_string(ss.format); in publish_service()
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c234 pa_sample_format_to_string(ss.format), in resolver_cb()
H A 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/pulsecore/
H A 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()
2963 s->name, pa_sample_format_to_string(old_format), pa_sample_format_to_string(format)); in pa_source_set_sample_format()
H A Dresampler.c443 pa_sample_format_to_string(a->format), pa_sample_format_to_string(b->format), in pa_resampler_new()
444 pa_sample_format_to_string(r->work_format)); in pa_resampler_new()
H A Dsink.c1505 pa_sample_format_to_string(s->sample_spec.format), s->sample_spec.rate); in pa_sink_reconfigure()
1562 s->name, pa_sample_format_to_string(desired_spec.format), desired_spec.rate); in pa_sink_reconfigure()
3997 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/daemon/
H A Dohos_daemon-conf.c827 pa_strbuf_printf(s, "default-sample-format = %s\n", pa_sample_format_to_string(c->default_sample_spec.format)); in pa_daemon_conf_dump()
H A Ddaemon-conf.c827 pa_strbuf_printf(s, "default-sample-format = %s\n", pa_sample_format_to_string(c->default_sample_spec.format)); in pa_daemon_conf_dump()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c411 pa_log_info("Device %s doesn't support sample format %s, changed to %s.", snd_pcm_name(pcm_handle), pa_sample_format_to_string(ss->format), pa_sample_format_to_string(_ss.format)); in pa_alsa_set_hw_params()
H A Dalsa-sink.c1848 pa_sample_format_to_string(spec->format)); in sink_reconfigure_cb()
H A Dalsa-source.c1663 pa_sample_format_to_string(spec->format)); in source_reconfigure_cb()

Completed in 29 milliseconds