Searched refs:snd_pcm_hw_params_get_rate (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 65 ___symbol_version(snd_pcm_hw_params_get_rate, "ALSA_0.9"); 72 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, int *dir);
|
H A D | pcm.h | 825 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-timer-mmap.c | 55 err = snd_pcm_hw_params_get_rate(state->hw_params, in timer_mmap_pre_process()
|
H A D | xfer-libasound.c | 555 err = snd_pcm_hw_params_get_rate(hw_params, frames_per_second, in retrieve_actual_hw_params()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ioplug.c | 439 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0); in snd_pcm_ioplug_hw_params() 449 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0); in snd_pcm_ioplug_hw_params()
|
H A D | pcm_plug.c | 1055 INTERNAL(snd_pcm_hw_params_get_rate)(params, &clt_params.rate, 0); in snd_pcm_plug_hw_params() 1059 INTERNAL(snd_pcm_hw_params_get_rate)(&sparams, &slv_params.rate, 0); in snd_pcm_plug_hw_params()
|
H A D | pcm_iec958.c | 373 err = INTERNAL(snd_pcm_hw_params_get_rate)(params, &rate, 0); in snd_pcm_iec958_hw_params()
|
H A D | pcm.c | 4776 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate() function 4778 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate() 8066 __OLD_GET1(snd_pcm_hw_params_get_rate, unsigned int, int); 8204 OBSOLETE1(snd_pcm_hw_params_get_rate, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 882 int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
H A D | pcm_rate.c | 376 err = INTERNAL(snd_pcm_hw_params_get_rate)(params, &cinfo->rate, 0); in snd_pcm_rate_hw_params()
|
H A D | pcm_params.c | 2421 INTERNAL(snd_pcm_hw_params_get_rate)(params, &pcm->rate, 0); in _snd_pcm_hw_params_internal()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 150 snd_pcm_hw_params_get_rate(params, &rrate, 0); in setparams_stream()
|
Completed in 31 milliseconds