• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/

Lines Matching refs:snd_pcm_uframes_t

95 			 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
96 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
97 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED)
105 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
106 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
107 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED)
115 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
116 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
117 snd_pcm_uframes_t slave_undo_size)
125 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
126 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
127 snd_pcm_uframes_t slave_undo_size)
204 static snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
210 if ((snd_pcm_uframes_t)n < frames)
222 snd_pcm_mmap_appl_backward(pcm, (snd_pcm_uframes_t) frames);
232 static snd_pcm_sframes_t snd_pcm_plugin_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
238 if ((snd_pcm_uframes_t)n < frames)
250 snd_pcm_mmap_appl_forward(pcm, (snd_pcm_uframes_t) frames);
257 snd_pcm_uframes_t offset,
258 snd_pcm_uframes_t size)
262 snd_pcm_uframes_t xfer = 0;
267 snd_pcm_uframes_t frames = size;
269 snd_pcm_uframes_t slave_offset;
270 snd_pcm_uframes_t slave_frames = ULONG_MAX;
285 if (result > 0 && (snd_pcm_uframes_t)result != slave_frames) {
304 snd_pcm_uframes_t offset,
305 snd_pcm_uframes_t size)
309 snd_pcm_uframes_t xfer = 0;
313 snd_pcm_uframes_t frames = size;
315 snd_pcm_uframes_t slave_offset;
316 snd_pcm_uframes_t slave_frames = ULONG_MAX;
331 if (result > 0 && (snd_pcm_uframes_t)result != slave_frames) {
351 snd_pcm_plugin_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)
360 snd_pcm_plugin_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
369 snd_pcm_plugin_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)
378 snd_pcm_plugin_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
388 snd_pcm_uframes_t offset ATTRIBUTE_UNUSED,
389 snd_pcm_uframes_t size)
394 snd_pcm_uframes_t appl_offset;
411 snd_pcm_uframes_t frames = size;
412 snd_pcm_uframes_t cont = pcm->buffer_size - appl_offset;
414 snd_pcm_uframes_t slave_offset;
415 snd_pcm_uframes_t slave_frames = ULONG_MAX;
430 if (result > 0 && (snd_pcm_uframes_t)result != slave_frames) {
471 snd_pcm_uframes_t xfer, hw_offset, size;
478 snd_pcm_uframes_t frames = size;
479 snd_pcm_uframes_t cont = pcm->buffer_size - hw_offset;
481 snd_pcm_uframes_t slave_offset;
482 snd_pcm_uframes_t slave_frames = ULONG_MAX;
497 if (result > 0 && (snd_pcm_uframes_t)result != slave_frames) {