Lines Matching refs:size
236 snd_pcm_uframes_t size)
244 while (size > 0) {
245 snd_pcm_uframes_t frames = size;
282 size -= frames;
293 snd_pcm_uframes_t size)
301 while (size > 0) {
302 snd_pcm_uframes_t frames = size;
340 size -= frames;
350 snd_pcm_plugin_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)
354 return snd_pcm_write_areas(pcm, areas, 0, size,
359 snd_pcm_plugin_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
363 return snd_pcm_write_areas(pcm, areas, 0, size,
368 snd_pcm_plugin_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)
372 return snd_pcm_read_areas(pcm, areas, 0, size,
377 snd_pcm_plugin_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
381 return snd_pcm_read_areas(pcm, areas, 0, size,
388 snd_pcm_uframes_t size)
399 snd_pcm_mmap_appl_forward(pcm, size);
400 return size;
408 while (size > 0 && slave_size > 0) {
409 snd_pcm_uframes_t frames = size;
445 size -= frames;
449 if (CHECK_SANITY(size)) {
450 SNDMSG("short commit: %ld", size);
466 snd_pcm_uframes_t xfer, hw_offset, size;
470 size = pcm->buffer_size - xfer;
473 while (size > 0 && slave_size > 0) {
474 snd_pcm_uframes_t frames = size;
516 size -= frames;
640 * to >= period size. This conflicts at least with our