Searched refs:snd_pcm_hw_params_get_buffer_time_min (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 69 @SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_time_min;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 150 unsigned int snd_pcm_hw_params_get_buffer_time_min(const snd_pcm_hw_params_t *params, int *dir);
|
D | pcm.h | 864 int snd_pcm_hw_params_get_buffer_time_min(const snd_pcm_hw_params_t *params, unsigned int *val, int…
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasrc.c | 399 snd_pcm_hw_params_get_buffer_time_min (params, &min, NULL); in set_hwparams()
|
D | gstalsasink.c | 468 snd_pcm_hw_params_get_buffer_time_min (params, &min, NULL); in set_hwparams()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 5589 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_buffer_time_min)(const snd_pcm_hw_params_t *params… in INTERNAL() argument 5591 int snd_pcm_hw_params_get_buffer_time_min(const snd_pcm_hw_params_t *params, unsigned int *val, int… in INTERNAL() 7897 __OLD_GET1(snd_pcm_hw_params_get_buffer_time_min, unsigned int, unsigned int); 8051 OBSOLETE1(snd_pcm_hw_params_get_buffer_time_min, ALSA_0.9, ALSA_0.9.0rc4);
|
D | pcm_local.h | 925 int INTERNAL(snd_pcm_hw_params_get_buffer_time_min)(const snd_pcm_hw_params_t *params, unsigned int…
|