HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_format_cpu_endian (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 880 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian
886 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
889 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format) macro
891 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format) macro
    [all...]