Home
last modified time | relevance | path

Searched refs:SND_PCM_HW_PARAMS_NORESAMPLE (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_plug.c799 (params->flags & SND_PCM_HW_PARAMS_NORESAMPLE)) in snd_pcm_plug_hw_refine_schange()
946 (params->flags & SND_PCM_HW_PARAMS_NORESAMPLE)) in snd_pcm_plug_hw_refine_cchange()
Dpcm_local.h103 #define SND_PCM_HW_PARAMS_NORESAMPLE SNDRV_PCM_HW_PARAMS_NORESAMPLE macro
Dpcm.c4832 params->flags |= SND_PCM_HW_PARAMS_NORESAMPLE; in snd_pcm_hw_params_set_rate_resample()
4834 params->flags &= ~SND_PCM_HW_PARAMS_NORESAMPLE; in snd_pcm_hw_params_set_rate_resample()
4849 *val = params->flags & SND_PCM_HW_PARAMS_NORESAMPLE ? 0 : 1; in snd_pcm_hw_params_get_rate_resample()