Home
last modified time | relevance | path

Searched refs:PA_RESAMPLER_NO_FILL_SINK (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dremix-test.c64 RESAMPLE_FLAGS(PA_RESAMPLER_NO_FILL_SINK), in main()
65 RESAMPLE_FLAGS(PA_RESAMPLER_PRODUCE_LFE | PA_RESAMPLER_NO_FILL_SINK), in main()
67 RESAMPLE_FLAGS(PA_RESAMPLER_CONSUME_LFE | PA_RESAMPLER_NO_FILL_SINK), in main()
69 RESAMPLE_FLAGS(PA_RESAMPLER_PRODUCE_LFE | PA_RESAMPLER_CONSUME_LFE | PA_RESAMPLER_NO_FILL_SINK), in main()
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h71 PA_RESAMPLER_NO_FILL_SINK = 0x0010U, enumerator
H A Dresampler.c975 if (!(r->flags & PA_RESAMPLER_NO_FILL_SINK)) { in setup_oc_mono_map()
1087 * 3) Mix D:Left, D:Right (if PA_RESAMPLER_NO_FILL_SINK is clear): in setup_remap()
1091 * 4) Mix D:Center (if PA_RESAMPLER_NO_FILL_SINK is clear): in setup_remap()
1176 if (on_left(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) { in setup_remap()
1191 } else if (on_right(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) { in setup_remap()
1207 } else if (on_center(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) { in setup_remap()
H A Dsource-output.c427 (core->remixing_use_all_sink_channels ? 0 : PA_RESAMPLER_NO_FILL_SINK) | in pa_source_output_new()
1841 (o->core->remixing_use_all_sink_channels ? 0 : PA_RESAMPLER_NO_FILL_SINK) | in pa_source_output_update_resampler()
H A Dsink-input.c542 (core->remixing_use_all_sink_channels ? 0 : PA_RESAMPLER_NO_FILL_SINK) | in pa_sink_input_new()
2606 (i->core->remixing_use_all_sink_channels ? 0 : PA_RESAMPLER_NO_FILL_SINK) | in pa_sink_input_update_resampler()

Completed in 9 milliseconds