Home
last modified time | relevance | path

Searched refs:snd_pcm_linear_get_index (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_plugin.h88 #define snd_pcm_linear_get_index snd1_pcm_linear_get_index macro
100 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
Dpcm_linear.c79 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_get_index() function
317 linear->get_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params()
320 linear->get_idx = snd_pcm_linear_get_index(linear->sformat, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params()
Dpcm_mulaw.c338 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params()
349 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params()
Dpcm_alaw.c323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params()
334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params()
Dpcm_adpcm.c427 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params()
438 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params()
Dpcm_iec958.c348 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()
363 iec->getput_idx = snd_pcm_linear_get_index(iec->sformat, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()
Dpcm_rate_linear.c334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16); in linear_init()
Dpcm_lfloat.c289 lfloat->int32_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_lfloat_hw_params()
Dpcm_route.c576 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_route_hw_params()