Home | History | Annotate | Download | only in sound

Lines Matching full:snd_pcm_format_t

270 	snd_pcm_format_t format;	/* SNDRV_PCM_FORMAT_* */
873 int snd_pcm_format_signed(snd_pcm_format_t format);
874 int snd_pcm_format_unsigned(snd_pcm_format_t format);
875 int snd_pcm_format_linear(snd_pcm_format_t format);
876 int snd_pcm_format_little_endian(snd_pcm_format_t format);
877 int snd_pcm_format_big_endian(snd_pcm_format_t format);
886 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
893 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
894 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
895 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
896 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
897 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
898 snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);