Searched refs:SND_PCM_FORMAT_S32 (Results 1 - 7 of 7) sorted by relevance
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_linear.c | 316 linear->get_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params() 317 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, linear->sformat); in snd_pcm_linear_hw_params() 319 linear->get_idx = snd_pcm_linear_get_index(linear->sformat, SND_PCM_FORMAT_S32); 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_iec958.c | 347 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params() 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() 362 iec->getput_idx = snd_pcm_linear_get_index(iec->sformat, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()
|
| H A D | pcm_lfloat.c | 288 lfloat->int32_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_lfloat_hw_params() 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_route.c | 575 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_route_hw_params() 576 route->params.put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_route_hw_params()
|
| H A D | pcm_direct.c | 1233 SND_PCM_FORMAT_S32, 1234 SND_PCM_FORMAT_S32 ^ SND_PCM_FORMAT_S32_LE ^
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | pcmjob.c | 558 if (capt->format == SND_PCM_FORMAT_S32) in buf_add_src() 596 if (capt->format == SND_PCM_FORMAT_S32) in buf_add_src() 1489 format == SND_PCM_FORMAT_S32) in fix_format() 1492 format = SND_PCM_FORMAT_S32; in fix_format() 1611 (loop->capt->format != SND_PCM_FORMAT_S32 || in pcmjob_start() 1612 loop->play->format != SND_PCM_FORMAT_S32)) { in pcmjob_start() 1613 logit(LOG_CRIT, "samplerate conversion supports only %s or %s formats (play=%s, capt=%s)\n", snd_pcm_format_name(SND_PCM_FORMAT_S16), snd_pcm_format_name(SND_PCM_FORMAT_S32), snd_pcm_format_name(loop->play->format), snd_pcm_format_name(loop->capt->format)); in pcmjob_start()
|
| /third_party/alsa-lib/include/ |
| H A D | pcm.h | 242 SND_PCM_FORMAT_S32 = SND_PCM_FORMAT_S32_LE, enumerator 265 SND_PCM_FORMAT_S32 = SND_PCM_FORMAT_S32_BE,
|
Completed in 12 milliseconds