Home
last modified time | relevance | path

Searched refs:AFMT_F32_LE (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dformat.c82 if (fmt & (AFMT_S32_LE | AFMT_U32_LE | AFMT_F32_LE)) in format_import()
92 if (fmt & (AFMT_F32_LE | AFMT_F32_BE)) { in format_import()
203 if (fmt & (AFMT_F32_LE | AFMT_F32_BE)) { in format_export()
234 if (fmt & (AFMT_S32_LE | AFMT_U32_LE | AFMT_F32_LE)) { in format_export()
404 if (fmt & (AFMT_S32_LE | AFMT_U32_LE | AFMT_F32_LE)) { in format_silence()
H A Dint.h50 AFMT_F32_LE | AFMT_F32_BE)
86 AFMT_F32_BE | AFMT_F32_LE | \
H A Dvirtual_oss.c300 AFMT_F32_BE | AFMT_F32_LE; in virtual_oss_process()
/freebsd/sys/dev/sound/pcm/
H A Dpcm.h194 case AFMT_F32_LE: /* FALLTHROUGH */ in pcm_sample_read()
196 if (fmt == AFMT_F32_LE) { in pcm_sample_read()
277 if (fmt & (AFMT_F32_LE | AFMT_F32_BE)) { in pcm_sample_write()
358 case AFMT_F32_LE: in pcm_sample_write()
H A Dsound.h321 AFMT_F32_LE | AFMT_F32_BE)
326 #define AFMT_SIGNED (AFMT_S32_LE | AFMT_S32_BE | AFMT_F32_LE | AFMT_F32_BE | \
H A Dfeeder_chain.c99 AFMT_F32_LE, AFMT_F32_BE,
109 AFMT_F32_LE, AFMT_F32_BE,
H A Dchannel.c934 { "f32le", "f32", NULL, AFMT_F32_LE },
949 { "f32le", NULL, NULL, AFMT_F32_LE },
/freebsd/tests/sys/sound/
H A Dpcm_read_write.c74 {"f32le_1", {0x00, 0x00, 0x00, 0x3f}, 4, AFMT_F32_LE, 0x40000000},
75 {"f32le_2", {0x00, 0x00, 0x00, 0xbf}, 4, AFMT_F32_LE, 0xc0000000},
/freebsd/share/examples/sound/
H A Doss.h161 case AFMT_F32_LE: in oss_init()
/freebsd/sys/sys/
H A Dsoundcard.h187 #define AFMT_F32_LE 0x10000000 /* Little endian 32-bit floating point */ macro
204 #define AFMT_F32_NE AFMT_F32_LE
220 #define AFMT_F32_OE AFMT_F32_LE
/freebsd/usr.sbin/sndctl/
H A Dsndctl.c262 { AFMT_F32_LE, "f32le" },