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

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_misc.c 251 int snd_pcm_format_physical_width(snd_pcm_format_t format) function
514 assert(snd_pcm_format_physical_width(format) <= 32);
525 assert(snd_pcm_format_physical_width(format) <= 16);
536 assert(snd_pcm_format_physical_width(format) <= 8);
551 switch (snd_pcm_format_physical_width(format)) {
pcm_linear.c 91 pwidth = snd_pcm_format_physical_width(src_format);
143 pwidth = snd_pcm_format_physical_width(dst_format);
326 linear->use_getput = (snd_pcm_format_physical_width(format) == 24 ||
327 snd_pcm_format_physical_width(linear->sformat) == 24);
pcm_route.c 644 route->params.use_getput = snd_pcm_format_physical_width(src_format) == 24 ||
645 snd_pcm_format_physical_width(dst_format) == 24;
    [all...]
pcm_dsnoop.c 70 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8;
pcm_params.c     [all...]
pcm.c 779 frame_bits = snd_pcm_format_physical_width(pcm->format) * pcm->channels;
    [all...]
pcm_rate.c 285 cwidth = snd_pcm_format_physical_width(cinfo->format);
286 swidth = snd_pcm_format_physical_width(sinfo->format);
    [all...]
pcm_dshare.c 87 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8;
pcm_direct.c     [all...]
  /device/samsung/crespo/alsa-lib/test/
pcm.c 876 samples = malloc((period_size * channels * snd_pcm_format_physical_width(format)) / 8);
889 areas[chn].first = chn * snd_pcm_format_physical_width(format);
890 areas[chn].step = channels * snd_pcm_format_physical_width(format);
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp 882 snd_pcm_format_physical_width(mDefaults->format)) / 8;
894 pcmFormatBitWidth = snd_pcm_format_physical_width(format);
923 pcmFormatBitWidth = snd_pcm_format_physical_width(ALSAFormat);
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 1068 bits_per_sample = snd_pcm_format_physical_width(hwparams.format);
1095 fprintf(stderr, "mmap_area[%i] = %p,%u,%u (%u)\n", i, areas[i].addr, areas[i].first, areas[i].step, snd_pcm_format_physical_width(hwparams.format));
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm.h     [all...]

Completed in 357 milliseconds