Home
last modified time | relevance | path

Searched refs:AFMT_S16_BE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c110 sampletype = (MACHINE_IS_BIGENDIAN) ? AFMT_S16_LE : AFMT_S16_BE; in ossinit()
112 sampletype = (MACHINE_IS_BIGENDIAN) ? AFMT_S16_BE : AFMT_S16_LE; in ossinit()
142 sampletype = (MACHINE_IS_BIGENDIAN) ? AFMT_S16_LE : AFMT_S16_BE; in ossinit()
144 sampletype = (MACHINE_IS_BIGENDIAN) ? AFMT_S16_BE : AFMT_S16_LE; in ossinit()
168 if (samplesize == 16 && (tmp & (AFMT_S16_LE|AFMT_S16_BE)) == 0) in ossinit()
186 sampletype = (MACHINE_IS_BIGENDIAN) ? AFMT_S16_BE : AFMT_S16_LE; in ossinit()
198 sampletype = (sampletype == AFMT_S16_BE) ? AFMT_S16_LE : AFMT_S16_BE; in ossinit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsoundcard.h31 # define AFMT_S16_NE AFMT_S16_BE
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_paula.c400 case AFMT_S16_BE: in AmiSetFormat()
707 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
H A Ddmasound_core.c294 case AFMT_S16_BE: in sound_copy_translate()
1247 case AFMT_S16_BE: in get_afmt_string()
H A Ddmasound_atari.c1127 case AFMT_S16_BE: in FalconSetFormat()
1581 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsoundcard.h191 # define AFMT_S16_NE AFMT_S16_BE
558 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsoundcard.h191 # define AFMT_S16_NE AFMT_S16_BE
558 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h194 # define AFMT_S16_NE AFMT_S16_BE
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c641 case AFMT_S16_BE: return SNDRV_PCM_FORMAT_S16_BE; in snd_pcm_oss_format_from()
665 case SNDRV_PCM_FORMAT_S16_BE: return AFMT_S16_BE; in snd_pcm_oss_format_to()
1849 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c314 case AFMT_S16_BE: in snd_pcm_oss_format_name()