Searched refs:snd_pcm_linear_get_index (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.h | 88 #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);
|
D | pcm_linear.c | 79 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()
|
D | pcm_mulaw.c | 338 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()
|
D | pcm_alaw.c | 323 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()
|
D | pcm_adpcm.c | 427 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()
|
D | pcm_iec958.c | 348 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()
|
D | pcm_rate_linear.c | 334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16); in linear_init()
|
D | pcm_lfloat.c | 289 lfloat->int32_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_lfloat_hw_params()
|
D | pcm_route.c | 576 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_route_hw_params()
|