Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_rate (Results 1 – 13 of 13) sorted by relevance

/third_party/alsa-lib/src/
DVersions.in40 @SYMBOL_PREFIX@snd_pcm_hw_params_get_rate;
/third_party/alsa-utils/axfer/
Dxfer-libasound-timer-mmap.c55 err = snd_pcm_hw_params_get_rate(state->hw_params, in timer_mmap_pre_process()
Dxfer-libasound.c555 err = snd_pcm_hw_params_get_rate(hw_params, frames_per_second, in retrieve_actual_hw_params()
/third_party/alsa-lib/include/
Dpcm_old.h69 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, int *dir);
Dpcm.h807 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
/third_party/alsa-lib/src/pcm/
Dpcm_ioplug.c439 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()
Dpcm_plug.c1026 INTERNAL(snd_pcm_hw_params_get_rate)(params, &clt_params.rate, 0); in snd_pcm_plug_hw_params()
1030 INTERNAL(snd_pcm_hw_params_get_rate)(&sparams, &slv_params.rate, 0); in snd_pcm_plug_hw_params()
Dpcm_iec958.c374 err = INTERNAL(snd_pcm_hw_params_get_rate)(params, &rate, 0); in snd_pcm_iec958_hw_params()
Dpcm.c4643 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned … in INTERNAL() argument
4645 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in INTERNAL()
7884 __OLD_GET1(snd_pcm_hw_params_get_rate, unsigned int, int);
8022 OBSOLETE1(snd_pcm_hw_params_get_rate, ALSA_0.9, ALSA_0.9.0rc4);
Dpcm_local.h874 int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int …
Dpcm_rate.c377 err = INTERNAL(snd_pcm_hw_params_get_rate)(params, &cinfo->rate, 0); in snd_pcm_rate_hw_params()
Dpcm_params.c2409 INTERNAL(snd_pcm_hw_params_get_rate)(params, &pcm->rate, 0); in _snd_pcm_hw_params_internal()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c148 snd_pcm_hw_params_get_rate(params, &rrate, 0); in setparams_stream()