Searched refs:SND_PCM_FORMAT_S16 (Results 1 - 16 of 16) sorted by relevance
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_mulaw.c | 337 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params() 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() 348 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params()
|
| H A D | pcm_adpcm.c | 426 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params() 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() 437 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params()
|
| H A D | pcm_alaw.c | 323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params() 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() 334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params()
|
| H A D | pcm_rate_linear.c | 333 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16); in linear_init() 334 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, info->out.format); in linear_init() 336 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16) in linear_init() 342 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16) in linear_init()
|
| H A D | pcm_meter.c | 1016 if (spcm->format == SND_PCM_FORMAT_S16 && in s16_enable() 1025 idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, SND_PCM_FORMAT_S16); in s16_enable() 1041 idx = snd_pcm_linear_convert_index(spcm->format, SND_PCM_FORMAT_S16); in s16_enable()
|
| H A D | pcm_plug.c | 570 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format() 605 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format()
|
| H A D | pcm_dsnoop.c | 788 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dsnoop_open()
|
| H A D | pcm_dshare.c | 936 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dshare_open()
|
| H A D | pcm_direct.c | 1236 SND_PCM_FORMAT_S16, 1237 SND_PCM_FORMAT_S16 ^ SND_PCM_FORMAT_S16_LE ^
|
| H A D | pcm_dmix.c | 1300 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dmix_open()
|
| H A D | pcm_rate.c | 1390 1ULL << SND_PCM_FORMAT_S16; in rate_initial_setup()
|
| /third_party/alsa-lib/test/ |
| H A D | audio_time.c | 188 SND_PCM_FORMAT_S16, in main() 256 SND_PCM_FORMAT_S16, in main()
|
| H A D | pcm.c | 22 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */ 851 format = SND_PCM_FORMAT_S16; in main()
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | pcmjob.c | 1488 if (format == SND_PCM_FORMAT_S16 || in fix_format() 1494 format = SND_PCM_FORMAT_S16; in fix_format() 1609 if ((loop->capt->format != SND_PCM_FORMAT_S16 || in pcmjob_start() 1610 loop->play->format != SND_PCM_FORMAT_S16) && 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 | 234 SND_PCM_FORMAT_S16 = SND_PCM_FORMAT_S16_LE, enumerator 257 SND_PCM_FORMAT_S16 = SND_PCM_FORMAT_S16_BE,
|
| /third_party/alsa-utils/speaker-test/ |
| H A D | speaker-test.c | 104 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */
|
Completed in 23 milliseconds