Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink.h524 bool pa_sink_check_format(pa_sink *s, pa_format_info *f);
Dsink-input.c2165 if (pa_sink_input_is_passthrough(i) && !pa_sink_check_format(dest, i->format)) { in pa_sink_input_finish_move()
Dsink.c3927 bool pa_sink_check_format(pa_sink *s, pa_format_info *f) { in pa_sink_check_format() function