HomeSort by relevance Sort by last modified time
    Searched refs:SND_PCM_FORMAT_S16 (Results 1 - 16 of 16) sorted by null

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_alaw.c 323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
326 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, alaw->sformat);
331 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16);
pcm_mulaw.c 338 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
341 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, mulaw->sformat);
346 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
349 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16);
pcm_rate_linear.c 334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16);
335 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, info->out.format);
337 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16)
343 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16)
pcm_adpcm.c 427 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
430 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, adpcm->sformat);
435 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
438 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16);
pcm_meter.c 1006 if (spcm->format == SND_PCM_FORMAT_S16 &&
1015 idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, SND_PCM_FORMAT_S16);
1031 idx = snd_pcm_linear_convert_index(spcm->format, SND_PCM_FORMAT_S16);
pcm_dsnoop.c 780 params.format = SND_PCM_FORMAT_S16;
pcm_direct.c 886 SND_PCM_FORMAT_S16,
887 SND_PCM_FORMAT_S16 ^ SND_PCM_FORMAT_S16_LE ^ SND_PCM_FORMAT_S16_BE,
    [all...]
pcm_rate.c 304 rate->get_idx = snd_pcm_linear_get_index(rate->info.in.format, SND_PCM_FORMAT_S16);
305 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, rate->info.out.format);
    [all...]
pcm_dshare.c 903 params.format = SND_PCM_FORMAT_S16;
pcm_route.c 646 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S16);
    [all...]
pcm_dmix.c     [all...]
pcm_plug.c 560 cfmt = SND_PCM_FORMAT_S16;
    [all...]
  /device/samsung/crespo/alsa-lib/test/
pcm.c 16 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */
829 format = SND_PCM_FORMAT_S16;
  /device/samsung/crespo/alsa-lib/include/
pcm.h 191 SND_PCM_FORMAT_S16 = SND_PCM_FORMAT_S16_LE,
210 SND_PCM_FORMAT_S16 = SND_PCM_FORMAT_S16_BE,
    [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 1223 SND_PCM_FORMAT_S16
    [all...]
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 72 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */

Completed in 51 milliseconds