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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dlinear.c111 int src_endian, dst_endian, sign, src_width, dst_width; local
117 dst_endian = snd_pcm_format_big_endian(dst_format);
120 dst_endian = snd_pcm_format_little_endian(dst_format);
125 if (dst_endian < 0)
126 dst_endian = 0;
131 return src_width * 32 + src_endian * 16 + sign * 8 + dst_width * 2 + dst_endian;

Completed in 39 milliseconds