HomeSort by relevance Sort by last modified time
    Searched full:dst_endian (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
62 dst_endian = snd_pcm_format_big_endian(dst_format);
65 dst_endian = snd_pcm_format_little_endian(dst_format);
70 if (dst_endian < 0)
71 dst_endian = 0;
76 return src_width * 32 + src_endian * 16 + sign * 8 + dst_width * 2 + dst_endian;

Completed in 2644 milliseconds