Searched refs:snd_pcm_uframes_t (Results 1 - 11 of 11) sorted by relevance

/external/qemu/android/config/
H A Dcheck-alsa.c27 DYN_FUNCTION(int,snd_pcm_sw_params_set_start_threshold,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)) \
38 DYN_FUNCTION(int,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
40 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
41 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
42 DYN_FUNCTION(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)) \
43 DYN_FUNCTION(int,snd_pcm_hw_params_get_buffer_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
44 DYN_FUNCTION(int,snd_pcm_hw_params_set_buffer_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val)) \
48 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \
49 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)) \
/external/chromium_org/media/audio/linux/
H A Dalsa_wrapper.h34 snd_pcm_uframes_t size);
37 snd_pcm_uframes_t size);
43 virtual int PcmGetParams(snd_pcm_t* handle, snd_pcm_uframes_t* buffer_size,
44 snd_pcm_uframes_t* period_size);
H A Dalsa_wrapper.cc56 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) {
H A Dalsa_output.cc226 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) {
H A Dalsa_output_unittest.cc49 snd_pcm_uframes_t size));
52 snd_pcm_uframes_t size));
59 snd_pcm_uframes_t* buffer_size,
60 snd_pcm_uframes_t* period_size));
/external/kernel-headers/original/sound/
H A Dasound.h143 typedef unsigned long snd_pcm_uframes_t; typedef
362 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
376 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
377 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
378 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
379 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
380 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
381 snd_pcm_uframes_t silence_size; /* silence block size */
382 snd_pcm_uframes_t boundary; /* pointers wrap point */
397 snd_pcm_uframes_t appl_pt
[all...]
H A Dcompress_offload.h70 snd_pcm_uframes_t pcm_frames;
71 snd_pcm_uframes_t pcm_io_frames;
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.c61 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
75 static int (*SDL_NAME(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);
76 static int (*SDL_NAME(snd_pcm_hw_params_get_period_size))(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
79 static int (*SDL_NAME(snd_pcm_hw_params_set_buffer_size_near))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
80 static int (*SDL_NAME(snd_pcm_hw_params_get_buffer_size))(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
84 static int (*SDL_NAME(snd_pcm_sw_params_set_avail_min))(snd_pcm_t *pcm, snd_pcm_sw_params_t *swparams, snd_pcm_uframes_t val);
86 static int (*SDL_NAME(snd_pcm_sw_params_set_start_threshold))(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
309 snd_pcm_uframes_t frames_left;
315 frames_left = ((snd_pcm_uframes_t) this->spec.samples);
363 snd_pcm_uframes_t bufsiz
[all...]
/external/qemu/audio/
H A Dalsaaudio.c58 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 *va
[all...]
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc109 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/tinyalsa/
H A Dpcm.c359 snd_pcm_uframes_t hw_ptr;

Completed in 220 milliseconds