Searched refs:pa_sink_reconfigure (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.h | 453 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough);
|
H A D | sink-input.c | 497 pa_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()
|
H A D | source.c | 1141 pa_sink_reconfigure(s->monitor_of, &desired_spec, false); in pa_source_reconfigure()
|
H A D | sink.c | 1482 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough) { in pa_sink_reconfigure() function 1739 * pa_sink_reconfigure(). This function sets the PA core objects to in pa_sink_enter_passthrough()
|
Completed in 14 milliseconds