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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_misc.c650 * \param unsignd Sign: 0 signed, 1 unsigned
654 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian) argument
670 return linear24_formats[width][!!unsignd][!!big_endian];
688 return linear_formats[width][!!unsignd][!!big_endian];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c316 int unsignd = snd_pcm_format_unsigned(format) > 0; local
330 badness += snd_pcm_format_unsigned(f) != unsignd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h833 snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h942 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian);

Completed in 121 milliseconds