Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c962 size_t block_size_max_sink, block_size_max_sink_input; in pa_sink_input_peek() local
977 block_size_max_sink_input = i->thread_info.resampler ? in pa_sink_input_peek()
999 * block_size_max_sink_input). */ in pa_sink_input_peek()
1002 if (ilength > block_size_max_sink_input) in pa_sink_input_peek()
1003 ilength = block_size_max_sink_input; in pa_sink_input_peek()
1049 if (wchunk.length > block_size_max_sink_input) in pa_sink_input_peek()
1050 wchunk.length = block_size_max_sink_input; in pa_sink_input_peek()

Completed in 4 milliseconds