Home | History | Annotate | Download | only in include

Lines Matching refs:ch0

195 #define MAKEFOURCC(ch0, ch1, ch2, ch3)  \
196 ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \