HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_uframes_t (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/audio/alsa/
alsa_wrapper.h 37 snd_pcm_uframes_t size);
40 snd_pcm_uframes_t size);
46 virtual int PcmGetParams(snd_pcm_t* handle, snd_pcm_uframes_t* buffer_size,
47 snd_pcm_uframes_t* period_size);
alsa_wrapper.cc 56 snd_pcm_uframes_t size) {
62 snd_pcm_uframes_t size) {
87 int AlsaWrapper::PcmGetParams(snd_pcm_t* handle, snd_pcm_uframes_t* buffer_size,
88 snd_pcm_uframes_t* period_size) {
alsa_output.cc 225 snd_pcm_uframes_t buffer_size;
226 snd_pcm_uframes_t period_size;
591 if (static_cast<snd_pcm_uframes_t>(delay) > alsa_buffer_frames_ * 10) {
alsa_output_unittest.cc 50 snd_pcm_uframes_t size));
53 snd_pcm_uframes_t size));
60 snd_pcm_uframes_t* buffer_size,
61 snd_pcm_uframes_t* period_size));
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 109 typedef unsigned long snd_pcm_uframes_t; typedef
356 snd_pcm_uframes_t fifo_size;
371 snd_pcm_uframes_t avail_min;
372 snd_pcm_uframes_t xfer_align;
374 snd_pcm_uframes_t start_threshold;
375 snd_pcm_uframes_t stop_threshold;
376 snd_pcm_uframes_t silence_threshold;
377 snd_pcm_uframes_t silence_size;
379 snd_pcm_uframes_t boundary;
395 snd_pcm_uframes_t appl_ptr
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 142 typedef unsigned long snd_pcm_uframes_t; typedef
371 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
389 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
390 snd_pcm_uframes_t silence_size; /* silence block size */
391 snd_pcm_uframes_t boundary; /* pointers wrap point */
406 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /device/lge/hammerhead/kernel-headers/sound/
compress_offload.h 42 snd_pcm_uframes_t pcm_frames;
43 snd_pcm_uframes_t pcm_io_frames;
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_offload.h 70 snd_pcm_uframes_t pcm_frames;
71 snd_pcm_uframes_t pcm_io_frames;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 210 snd_pcm_uframes_t _recordingBuffersizeInFrame;
211 snd_pcm_uframes_t _recordingPeriodSizeInFrame;
212 snd_pcm_uframes_t _playoutBufferSizeInFrame;
213 snd_pcm_uframes_t _playoutPeriodSizeInFrame;
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.cc 92 snd_pcm_uframes_t Wait() {
285 snd_pcm_uframes_t avail = stream_.Wait();
373 snd_pcm_uframes_t frames = size / stream_.frame_size();
382 } else if (static_cast<snd_pcm_uframes_t>(written) < frames) {
417 snd_pcm_uframes_t avail = stream_.Wait();

Completed in 1369 milliseconds