/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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);
|
pcm_ioplug.h | 106 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */ 107 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ 114 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */ 115 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */ 137 snd_pcm_uframes_t offset, 138 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 | 290 typedef unsigned long snd_pcm_uframes_t; typedef 431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); 434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); 435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 456 snd_pcm_uframes_t *buffer_size, 457 snd_pcm_uframes_t *period_size); 622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir) [all...] |
pcm_extplug.h | 130 snd_pcm_uframes_t dst_offset, 132 snd_pcm_uframes_t src_offset, 133 snd_pcm_uframes_t size);
|
/external/qemu/android/config/ |
check-alsa.c | 27 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)) \
|
/bionic/libc/kernel/common/sound/ |
asound.h | 99 typedef unsigned long snd_pcm_uframes_t; typedef 334 snd_pcm_uframes_t fifo_size; 349 snd_pcm_uframes_t avail_min; 350 snd_pcm_uframes_t xfer_align; 351 snd_pcm_uframes_t start_threshold; 352 snd_pcm_uframes_t stop_threshold; 354 snd_pcm_uframes_t silence_threshold; 355 snd_pcm_uframes_t silence_size; 356 snd_pcm_uframes_t boundary; 372 snd_pcm_uframes_t appl_ptr [all...] |
/external/kernel-headers/original/sound/ |
asound.h | 143 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_ptr; /* appl ptr * [all...] |
/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/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 66 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); 79 static snd_pcm_uframes_t (*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); 87 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); 88 static int (*SDL_NAME(snd_pcm_sw_params_set_avail_min))(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val); 376 snd_pcm_uframes_t frames;
|
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 847 snd_pcm_uframes_t offset, 848 snd_pcm_uframes_t size) 851 snd_pcm_uframes_t frames_to_write, ret; 905 snd_pcm_uframes_t offset, 906 snd_pcm_uframes_t size) 910 snd_pcm_uframes_t frames_to_read; 963 snd_pcm_uframes_t offset, snd_pcm_uframes_t size) 965 snd_pcm_uframes_t ret = 0; 1005 snd_pcm_uframes_t offset, snd_pcm_uframes_t size [all...] |
/external/tinyalsa/ |
pcm.c | 335 snd_pcm_uframes_t hw_ptr;
|