Searched refs:snd_pcm_uframes_t (Results 1 – 4 of 4) sorted by relevance
150 typedef unsigned long snd_pcm_uframes_t; typedef390 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */404 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */405 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */406 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */407 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */408 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */409 snd_pcm_uframes_t silence_size; /* silence block size */410 snd_pcm_uframes_t boundary; /* pointers wrap point */443 snd_pcm_uframes_t appl_ptr; /* appl ptr */[all …]
205 snd_pcm_uframes_t _recordingBuffersizeInFrame;206 snd_pcm_uframes_t _recordingPeriodSizeInFrame;207 snd_pcm_uframes_t _playoutBufferSizeInFrame;208 snd_pcm_uframes_t _playoutPeriodSizeInFrame;
96 snd_pcm_uframes_t Wait() { in Wait()289 snd_pcm_uframes_t avail = stream_.Wait(); in OnHaveWork()375 snd_pcm_uframes_t frames = size / stream_.frame_size(); in WriteSamples()384 } else if (static_cast<snd_pcm_uframes_t>(written) < frames) { in WriteSamples()419 snd_pcm_uframes_t avail = stream_.Wait(); in OnHaveWork()
449 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()