Searched refs:snd_pcm_hw_params_set_buffer_time_minmax (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 159 int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
|
H A D | pcm.h | 890 int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 939 int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
|
H A D | pcm.c | 5857 int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) in snd_pcm_hw_params_set_buffer_time_minmax() function
|
Completed in 23 milliseconds