Home
last modified time | relevance | path

Searched refs:SND_PCM_FORMAT_S32 (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_linear.c317 linear->get_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params()
318 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, linear->sformat); 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()
321 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_linear_hw_params()
Dpcm_iec958.c348 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()
352 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, iec->sformat); in snd_pcm_iec958_hw_params()
359 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); 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_lfloat.c289 lfloat->int32_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_lfloat_hw_params()
293 lfloat->int32_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); 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()
577 route->params.put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_route_hw_params()
Dpcm_direct.c1180 SND_PCM_FORMAT_S32,
1181 SND_PCM_FORMAT_S32 ^ SND_PCM_FORMAT_S32_LE ^
/third_party/alsa-utils/alsaloop/
Dpcmjob.c556 if (capt->format == SND_PCM_FORMAT_S32) in buf_add_src()
594 if (capt->format == SND_PCM_FORMAT_S32) in buf_add_src()
1487 format == SND_PCM_FORMAT_S32) in fix_format()
1490 format = SND_PCM_FORMAT_S32; in fix_format()
1609 (loop->capt->format != SND_PCM_FORMAT_S32 || in pcmjob_start()
1610 loop->play->format != SND_PCM_FORMAT_S32)) { in pcmjob_start()
1611 …)\n", snd_pcm_format_name(SND_PCM_FORMAT_S16), snd_pcm_format_name(SND_PCM_FORMAT_S32), snd_pcm_fo… in pcmjob_start()
/third_party/alsa-lib/include/
Dpcm.h242 SND_PCM_FORMAT_S32 = SND_PCM_FORMAT_S32_LE, enumerator
265 SND_PCM_FORMAT_S32 = SND_PCM_FORMAT_S32_BE,