Home | History | Annotate | Download | only in include

Lines Matching refs:aviTWOCC

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')