Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dresampler.h46 PA_RESAMPLER_INVALID = -1, enumerator
Dsource-output.c54 data->resample_method = PA_RESAMPLER_INVALID; in pa_source_output_new_data_init()
392 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_source_output_new()
449 … o->actual_resample_method = resampler ? pa_resampler_get_method(resampler) : PA_RESAMPLER_INVALID; in pa_source_output_new()
1819 …al_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID; in pa_source_output_update_resampler()
Dmodargs.c470 if (method == PA_RESAMPLER_INVALID) in pa_modargs_get_resample_method()
Dsink-input.c108 data->resample_method = PA_RESAMPLER_INVALID; in pa_sink_input_new_data_init()
444 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_sink_input_new()
502 … i->actual_resample_method = resampler ? pa_resampler_get_method(resampler) : PA_RESAMPLER_INVALID; in pa_sink_input_new()
2356 …al_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID; in pa_sink_input_update_resampler()
Dresampler.c721 return PA_RESAMPLER_INVALID; in pa_parse_resample_method()
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c290 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init()
Dmodule-remap-sink.c330 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init()