Home
last modified time | relevance | path

Searched refs:RAW_FORMAT2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ds2-fmt.c21 RAW_FORMAT2(s2, "s16", "sw", 16, 0, SIGN2)
H A Ds4-fmt.c21 RAW_FORMAT2(s4, "s32", "sl", 32, 0, SIGN2)
H A Du2-fmt.c21 RAW_FORMAT2(u2, "u16", "uw", 16, 0, UNSIGNED)
H A Ds1-fmt.c21 RAW_FORMAT2(s1, "s8", "sb", 8, 0, SIGN2)
H A Draw.h44 #define RAW_FORMAT2(id, alt1, alt2, size, flags, encoding) \ macro