/external/qemu/android/config/ |
check-alsa.c | 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)) \
|
/device/samsung/crespo/alsa-lib/test/ |
latency.c | 156 snd_pcm_hw_params_get_period_size(params, &val, NULL); 217 snd_pcm_hw_params_get_period_size(p_params, &p_psize, NULL); 220 snd_pcm_hw_params_get_period_size(c_params, &c_psize, NULL);
|
pcm.c | 146 err = snd_pcm_hw_params_get_period_size(params, &size, &dir);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 80 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_hw_params_get_period_size))(const snd_pcm_hw_params_t *params); 115 { "snd_pcm_hw_params_get_period_size", (void**)(char*)&SDL_NAME(snd_pcm_hw_params_get_period_size) }, 484 bufsize = SDL_NAME(snd_pcm_hw_params_get_period_size)(hwparams);
|
/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 102 asm(".symver snd_pcm_hw_params_get_period_size,snd_pcm_hw_params_get_period_size@ALSA_0.9"); 109 snd_pcm_sframes_t snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, int *dir);
|
pcm.h | 644 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir); [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_ioplug.c | 404 INTERNAL(snd_pcm_hw_params_get_period_size)(params, &io->data->period_size, 0); 414 INTERNAL(snd_pcm_hw_params_get_period_size)(params, &io->data->period_size, 0);
|
pcm.c | 4401 int INTERNAL(snd_pcm_hw_params_get_period_size)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) function [all...] |
pcm_local.h | 764 int INTERNAL(snd_pcm_hw_params_get_period_size)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir); [all...] |
pcm_rate.c | 257 err = INTERNAL(snd_pcm_hw_params_get_period_size)(params, &cinfo->period_size, 0); [all...] |
pcm_params.c | [all...] |
/device/samsung/crespo/alsa-utils/speaker-test/ |
speaker-test.c | 434 snd_pcm_hw_params_get_period_size(params, &period_size, NULL);
|
/external/qemu/audio/ |
alsaaudio.c | 71 DYNLINK_FUNC(int,snd_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
|
/device/samsung/crespo/libaudio/ |
AudioHardwareALSA.cpp | [all...] |
/device/samsung/crespo/alsa-utils/aplay/ |
aplay.c | 1026 snd_pcm_hw_params_get_period_size(params, &chunk_size, 0); [all...] |