HomeSort by relevance Sort by last modified time
    Searched full:src_width (Results 1 - 1 of 1) sorted by null

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_linear.c 56 int src_endian, dst_endian, sign, src_width, dst_width; local
73 src_width = snd_pcm_format_width(src_format) / 8 - 1;
76 return src_width * 32 + src_endian * 16 + sign * 8 + dst_width * 2 + dst_endian;

Completed in 50 milliseconds