Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink.h453 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough);
Dsink-input.c497pa_sink_reconfigure(data->sink, &data->sample_spec, pa_sink_input_new_data_is_passthrough(data)); in pa_sink_input_new()
715 pa_sink_reconfigure(i->sink, &i->sample_spec, pa_sink_input_is_passthrough(i)); in sink_input_set_state()
2186 pa_sink_reconfigure(dest, &i->sample_spec, pa_sink_input_is_passthrough(i)); in pa_sink_input_finish_move()
Dsource.c1141 pa_sink_reconfigure(s->monitor_of, &desired_spec, false); in pa_source_reconfigure()
Dsink.c1482 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough) { in pa_sink_reconfigure() function