Searched refs:snd_pcm_hw_params_get_periods_max (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 63 @SYMBOL_PREFIX@snd_pcm_hw_params_get_periods_max;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 131 unsigned int snd_pcm_hw_params_get_periods_max(const snd_pcm_hw_params_t *params, int *dir);
|
D | pcm.h | 852 int snd_pcm_hw_params_get_periods_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *di…
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasrc.c | 412 snd_pcm_hw_params_get_periods_max (params, &max, NULL); in set_hwparams()
|
D | gstalsasink.c | 481 snd_pcm_hw_params_get_periods_max (params, &max, NULL); in set_hwparams()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 5407 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_periods_max)(const snd_pcm_hw_params_t *params, un… in INTERNAL() argument 5409 int snd_pcm_hw_params_get_periods_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *di… in INTERNAL() 7905 __OLD_GET1(snd_pcm_hw_params_get_periods_max, unsigned int, unsigned int); 8045 OBSOLETE1(snd_pcm_hw_params_get_periods_max, ALSA_0.9, ALSA_0.9.0rc4);
|
D | pcm_local.h | 913 int INTERNAL(snd_pcm_hw_params_get_periods_max)(const snd_pcm_hw_params_t *params, unsigned int *va…
|