HomeSort by relevance Sort by last modified time
    Searched refs:aviTWOCC (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 19 #ifndef aviTWOCC
20 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8))
45 #define cktypeDIBbits aviTWOCC('d','b')
46 #define cktypeDIBcompressed aviTWOCC('d','c')
47 #define cktypePALchange aviTWOCC('p','c')
48 #define cktypeWAVEbytes aviTWOCC('w','b')
vfw.h 55 #ifndef aviTWOCC
56 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8))
638 #ifndef aviTWOCC
639 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8))
664 #define cktypeDIBbits aviTWOCC('d','b')
665 #define cktypeDIBcompressed aviTWOCC('d','c')
666 #define cktypePALchange aviTWOCC('p','c')
667 #define cktypeWAVEbytes aviTWOCC('w','b')
    [all...]

Completed in 168 milliseconds