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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_rate.h 47 snd_pcm_uframes_t buffer_size;
48 snd_pcm_uframes_t period_size;
85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
87 snd_pcm_uframes_t src_offset, unsigned int src_frames);
96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
139 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
141 snd_pcm_uframes_t src_offset, unsigned int src_frames)
    [all...]
pcm_ioplug.h 107 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
108 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
115 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
116 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
138 snd_pcm_uframes_t offset,
139 snd_pcm_uframes_t size);
pcm_old.h 110 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, int *dir);
111 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, int *dir);
112 int snd_pcm_hw_params_test_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
113 int snd_pcm_hw_params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
114 int snd_pcm_hw_params_set_period_size_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
115 int snd_pcm_hw_params_set_period_size_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
116 int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir);
117 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int *dir)
    [all...]
pcm.h 294 typedef unsigned long snd_pcm_uframes_t; typedef
442 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
447 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
449 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
450 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
451 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
452 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
453 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
475 snd_pcm_uframes_t *buffer_size,
476 snd_pcm_uframes_t *period_size)
    [all...]
pcm_extplug.h 130 snd_pcm_uframes_t dst_offset,
132 snd_pcm_uframes_t src_offset,
133 snd_pcm_uframes_t size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_rate.h 47 snd_pcm_uframes_t buffer_size;
48 snd_pcm_uframes_t period_size;
85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
87 snd_pcm_uframes_t src_offset, unsigned int src_frames);
96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
139 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
141 snd_pcm_uframes_t src_offset, unsigned int src_frames)
    [all...]
pcm_ioplug.h 107 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
108 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
115 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
116 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
138 snd_pcm_uframes_t offset,
139 snd_pcm_uframes_t size);
pcm_old.h 110 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, int *dir);
111 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, int *dir);
112 int snd_pcm_hw_params_test_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
113 int snd_pcm_hw_params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
114 int snd_pcm_hw_params_set_period_size_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
115 int snd_pcm_hw_params_set_period_size_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
116 int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir);
117 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int *dir)
    [all...]
pcm.h 309 typedef unsigned long snd_pcm_uframes_t; typedef
460 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
465 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
467 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
468 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
469 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
470 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
471 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
493 snd_pcm_uframes_t *buffer_size,
494 snd_pcm_uframes_t *period_size)
    [all...]
pcm_extplug.h 130 snd_pcm_uframes_t dst_offset,
132 snd_pcm_uframes_t src_offset,
133 snd_pcm_uframes_t size);
  /bionic/libc/kernel/uapi/sound/
asound.h 116 typedef unsigned long snd_pcm_uframes_t; typedef
367 snd_pcm_uframes_t fifo_size;
382 snd_pcm_uframes_t avail_min;
384 snd_pcm_uframes_t xfer_align;
385 snd_pcm_uframes_t start_threshold;
386 snd_pcm_uframes_t stop_threshold;
387 snd_pcm_uframes_t silence_threshold;
389 snd_pcm_uframes_t silence_size;
390 snd_pcm_uframes_t boundary;
420 snd_pcm_uframes_t appl_ptr
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 150 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...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 110 typedef unsigned long snd_pcm_uframes_t; typedef
357 snd_pcm_uframes_t fifo_size;
372 snd_pcm_uframes_t avail_min;
374 snd_pcm_uframes_t xfer_align;
375 snd_pcm_uframes_t start_threshold;
376 snd_pcm_uframes_t stop_threshold;
377 snd_pcm_uframes_t silence_threshold;
379 snd_pcm_uframes_t silence_size;
380 snd_pcm_uframes_t boundary;
396 snd_pcm_uframes_t appl_ptr
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 143 typedef unsigned long snd_pcm_uframes_t; typedef
372 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
386 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
387 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
388 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
389 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
390 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
391 snd_pcm_uframes_t silence_size; /* silence block size */
392 snd_pcm_uframes_t boundary; /* pointers wrap point */
407 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 114 typedef unsigned long snd_pcm_uframes_t; typedef
359 snd_pcm_uframes_t fifo_size;
374 snd_pcm_uframes_t avail_min;
375 snd_pcm_uframes_t xfer_align;
376 snd_pcm_uframes_t start_threshold;
377 snd_pcm_uframes_t stop_threshold;
379 snd_pcm_uframes_t silence_threshold;
380 snd_pcm_uframes_t silence_size;
381 snd_pcm_uframes_t boundary;
400 snd_pcm_uframes_t appl_ptr
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 146 typedef unsigned long snd_pcm_uframes_t; typedef
378 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
392 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
393 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
394 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
395 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
396 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
397 snd_pcm_uframes_t silence_size; /* silence block size */
398 snd_pcm_uframes_t boundary; /* pointers wrap point */
415 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/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...]
  /hardware/qcom/msm8x26/original-kernel-headers/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...]
  /hardware/qcom/msm8x84/kernel-headers/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...]
  /hardware/qcom/msm8x84/original-kernel-headers/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 127 typedef unsigned long snd_pcm_uframes_t; typedef
346 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
360 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
361 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
362 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
363 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
364 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
365 snd_pcm_uframes_t silence_size; /* silence block size */
366 snd_pcm_uframes_t boundary; /* pointers wrap point */
381 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 127 typedef unsigned long snd_pcm_uframes_t; typedef
353 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
367 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
368 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
369 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
370 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
371 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
372 snd_pcm_uframes_t silence_size; /* silence block size */
373 snd_pcm_uframes_t boundary; /* pointers wrap point */
388 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 205 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/
alsasoundsystem.cc 96 snd_pcm_uframes_t Wait() {
289 snd_pcm_uframes_t avail = stream_.Wait();
375 snd_pcm_uframes_t frames = size / stream_.frame_size();
384 } else if (static_cast<snd_pcm_uframes_t>(written) < frames) {
419 snd_pcm_uframes_t avail = stream_.Wait();
  /external/tinyalsa/
pcm.c 449 snd_pcm_uframes_t hw_ptr;
    [all...]

Completed in 203 milliseconds