Searched defs:aviTWOCC (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Davifmt.h19 #ifndef aviTWOCC
20 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
45 #define cktypeDIBbits aviTWOCC('d','b')
46 #define cktypeDIBcompressed aviTWOCC('d','c')
47 #define cktypePALchange aviTWOCC('p','c')
48 #define cktypeWAVEbytes aviTWOCC('w','b')
H A Dvfw.h55 #ifndef aviTWOCC
56 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
638 #ifndef aviTWOCC
639 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
664 #define cktypeDIBbits aviTWOCC('d','b')
665 #define cktypeDIBcompressed aviTWOCC('d','c')
666 #define cktypePALchange aviTWOCC('p','c')
667 #define cktypeWAVEbytes aviTWOCC('w','b')
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Davifmt.h19 #ifndef aviTWOCC
20 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
45 #define cktypeDIBbits aviTWOCC('d','b')
46 #define cktypeDIBcompressed aviTWOCC('d','c')
47 #define cktypePALchange aviTWOCC('p','c')
48 #define cktypeWAVEbytes aviTWOCC('w','b')
H A Dvfw.h55 #ifndef aviTWOCC
56 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
638 #ifndef aviTWOCC
639 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) macro
664 #define cktypeDIBbits aviTWOCC('d','b')
665 #define cktypeDIBcompressed aviTWOCC('d','c')
666 #define cktypePALchange aviTWOCC('p','c')
667 #define cktypeWAVEbytes aviTWOCC('w','b')

Completed in 74 milliseconds