Searched refs:AFMT_U16_LE (Results 1 – 12 of 12) sorted by relevance
/freebsd/tests/sys/sound/ |
H A D | pcm_read_write.c | 48 {"u16le_1", {0x01, 0x02, 0x00, 0x00}, 2, AFMT_U16_LE, 0xffff8201}, 49 {"u16le_2", {0x81, 0x82, 0x00, 0x00}, 2, AFMT_U16_LE, 0x00000281},
|
/freebsd/sys/dev/sound/pcm/ |
H A D | pcm.h | 157 case AFMT_U16_LE: in pcm_sample_read() 270 case AFMT_U16_LE: in pcm_sample_write()
|
H A D | feeder_chain.c | 102 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE, 111 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
|
H A D | sound.h | 456 #define AFMT_16BIT (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
|
H A D | channel.c | 971 { "u16le", NULL, NULL, AFMT_U16_LE },
|
/freebsd/contrib/ntp/util/ |
H A D | audio-pcm.c | 55 if (format & AFMT_U16_LE) printf("U16_LE "); in d_fmt()
|
/freebsd/sys/dev/sound/pci/ |
H A D | t4dwave.c | 121 SND_FORMAT(AFMT_U16_LE, 1, 0), 122 SND_FORMAT(AFMT_U16_LE, 2, 0), 134 SND_FORMAT(AFMT_U16_LE, 1, 0), 135 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
H A D | cs4281.c | 132 SND_FORMAT(AFMT_U16_LE, 1, 0), 133 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
H A D | solo.c | 57 SND_FORMAT(AFMT_U16_LE, 1, 0), 58 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 169 #define AFMT_U16_LE 0x00000080 /* Little endian unsigned 16-bit */ macro 193 #define AFMT_U16_NE AFMT_U16_LE 206 #define AFMT_U16_OE AFMT_U16_LE
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_audio.c | 88 SND_FORMAT(AFMT_U16_LE, 1, 0), 89 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 437 {UA_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"}, 458 {UA20_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"},
|