Searched refs:snd_pcm_linear_put_index (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.h | 93 #define snd_pcm_linear_put_index snd1_pcm_linear_put_index macro 105 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
|
H A D | pcm_linear.c | 112 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index() function 317 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, linear->sformat); in snd_pcm_linear_hw_params() 320 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_linear_hw_params()
|
H A D | pcm_mulaw.c | 340 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, mulaw->sformat); in snd_pcm_mulaw_hw_params() 345 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_mulaw_hw_params()
|
H A D | pcm_adpcm.c | 429 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, adpcm->sformat); in snd_pcm_adpcm_hw_params() 434 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_adpcm_hw_params()
|
H A D | pcm_alaw.c | 326 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, alaw->sformat); in snd_pcm_alaw_hw_params() 331 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_alaw_hw_params()
|
H A D | pcm_iec958.c | 351 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, iec->sformat); in snd_pcm_iec958_hw_params() 358 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_iec958_hw_params()
|
H A D | pcm_lfloat.c | 292 lfloat->int32_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_lfloat_hw_params()
|
H A D | pcm_rate_linear.c | 334 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, info->out.format); in linear_init()
|
H A D | pcm_meter.c | 1025 idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, SND_PCM_FORMAT_S16); in s16_enable()
|
H A D | pcm_route.c | 576 route->params.put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_route_hw_params()
|
Completed in 11 milliseconds