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

12

  /bionic/libc/kernel/common/sound/
compress_offload.h 41 snd_pcm_uframes_t pcm_frames;
42 snd_pcm_uframes_t pcm_io_frames;
  /external/kernel-headers/original/sound/
compress_offload.h 70 snd_pcm_uframes_t pcm_frames;
71 snd_pcm_uframes_t pcm_io_frames;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 37 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
91 static inline snd_pcm_uframes_t
118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
156 static inline snd_pcm_uframes_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 37 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
91 static inline snd_pcm_uframes_t
118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
156 static inline snd_pcm_uframes_t
  /external/qemu/audio/
alsaaudio.c 58 DYNLINK_FUNC(int,snd_pcm_sw_params_set_start_threshold,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)) \
70 DYNLINK_FUNC(int,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
72 DYNLINK_FUNC(int,snd_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
73 DYNLINK_FUNC(int,snd_pcm_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
74 DYNLINK_FUNC(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)) \
75 DYNLINK_FUNC(int,snd_pcm_hw_params_get_buffer_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
76 DYNLINK_FUNC(int,snd_pcm_hw_params_set_buffer_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val)) \
80 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \
81 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)) \
86 DYNLINK_FUNC(int,snd_pcm_hw_params_set_buffer_size_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 109 snd_pcm_uframes_t Wait() {
302 snd_pcm_uframes_t avail = stream_.Wait();
390 snd_pcm_uframes_t frames = size / stream_.frame_size();
399 } else if (static_cast<snd_pcm_uframes_t>(written) < frames) {
434 snd_pcm_uframes_t avail = stream_.Wait();
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 226 snd_pcm_uframes_t buffer_size;
227 snd_pcm_uframes_t period_size;
592 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...]
  /external/tinyalsa/
pcm.c 359 snd_pcm_uframes_t hw_ptr;

Completed in 97 milliseconds

12