Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h150 typedef unsigned long snd_pcm_uframes_t; typedef
390 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 …]
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h205 snd_pcm_uframes_t _recordingBuffersizeInFrame;
206 snd_pcm_uframes_t _recordingPeriodSizeInFrame;
207 snd_pcm_uframes_t _playoutBufferSizeInFrame;
208 snd_pcm_uframes_t _playoutPeriodSizeInFrame;
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc96 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()
/external/tinyalsa/
Dpcm.c449 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()