Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink.c3957 pa_idxset *out_formats = pa_idxset_new(NULL, NULL), *sink_formats = NULL; in pa_sink_check_formats() local
3966 sink_formats = pa_sink_get_formats(s); in pa_sink_check_formats()
3968 PA_IDXSET_FOREACH(f_sink, sink_formats, i) { in pa_sink_check_formats()
3976 if (sink_formats) in pa_sink_check_formats()
3977 pa_idxset_free(sink_formats, (pa_free_cb_t) pa_format_info_free); in pa_sink_check_formats()