Searched refs:snd_pcm_hw_params_get_period_time_max (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 49 @SYMBOL_PREFIX@snd_pcm_hw_params_get_period_time_max;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 92 unsigned int snd_pcm_hw_params_get_period_time_max(const snd_pcm_hw_params_t *params, int *dir);
|
D | pcm.h | 827 int snd_pcm_hw_params_get_period_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int…
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasrc.c | 406 snd_pcm_hw_params_get_period_time_max (params, &max, NULL); in set_hwparams()
|
D | gstalsasink.c | 475 snd_pcm_hw_params_get_period_time_max (params, &max, NULL); in set_hwparams()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 4982 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_period_time_max)(const snd_pcm_hw_params_t *params… in INTERNAL() argument 4984 int snd_pcm_hw_params_get_period_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int… in INTERNAL() 7903 __OLD_GET1(snd_pcm_hw_params_get_period_time_max, unsigned int, unsigned int); 8031 OBSOLETE1(snd_pcm_hw_params_get_period_time_max, ALSA_0.9, ALSA_0.9.0rc4);
|
D | pcm_local.h | 888 int INTERNAL(snd_pcm_hw_params_get_period_time_max)(const snd_pcm_hw_params_t *params, unsigned int…
|