Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c205 size_t bytes_to_generate = nbytes; in read_new_samples() local
211 while (bytes_to_generate > 0) { in read_new_samples()
212 if (bytes_to_generate < memchunk.length) in read_new_samples()
213 memchunk.length = bytes_to_generate; in read_new_samples()
216 bytes_to_generate -= memchunk.length; in read_new_samples()