Home
last modified time | relevance | path

Searched refs:SND_PCM_FORMAT_S16 (Results 1 - 16 of 16) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_mulaw.c337 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 Dpcm_adpcm.c426 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 Dpcm_alaw.c323 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 Dpcm_rate_linear.c333 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 Dpcm_meter.c1016 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 Dpcm_plug.c570 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 Dpcm_dsnoop.c788 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dsnoop_open()
H A Dpcm_dshare.c936 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dshare_open()
H A Dpcm_direct.c1236 SND_PCM_FORMAT_S16,
1237 SND_PCM_FORMAT_S16 ^ SND_PCM_FORMAT_S16_LE ^
H A Dpcm_dmix.c1300 params.format = SND_PCM_FORMAT_S16; in _snd_pcm_dmix_open()
H A Dpcm_rate.c1390 1ULL << SND_PCM_FORMAT_S16; in rate_initial_setup()
/third_party/alsa-lib/test/
H A Daudio_time.c188 SND_PCM_FORMAT_S16, in main()
256 SND_PCM_FORMAT_S16, in main()
H A Dpcm.c22 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 Dpcmjob.c1488 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 Dpcm.h234 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 Dspeaker-test.c104 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */

Completed in 24 milliseconds