|
enum | {
k16LE555PixelFormat = ((( 'L' )<<24)|(( '5' )<<16)|(( '5' )<<8)|( '5' )),
k16LE5551PixelFormat = ((( '5' )<<24)|(( '5' )<<16)|(( '5' )<<8)|( '1' )),
k16BE565PixelFormat = ((( 'B' )<<24)|(( '5' )<<16)|(( '6' )<<8)|( '5' )),
k16LE565PixelFormat = ((( 'L' )<<24)|(( '5' )<<16)|(( '6' )<<8)|( '5' )),
k24BGRPixelFormat = ((( '2' )<<24)|(( '4' )<<16)|(( 'B' )<<8)|( 'G' )),
k32BGRAPixelFormat = ((( 'B' )<<24)|(( 'G' )<<16)|(( 'R' )<<8)|( 'A' )),
k32ABGRPixelFormat = ((( 'A' )<<24)|(( 'B' )<<16)|(( 'G' )<<8)|( 'R' )),
k32RGBAPixelFormat = ((( 'R' )<<24)|(( 'G' )<<16)|(( 'B' )<<8)|( 'A' )),
kYUVSPixelFormat = ((( 'y' )<<24)|(( 'u' )<<16)|(( 'v' )<<8)|( 's' )),
kYUVUPixelFormat = ((( 'y' )<<24)|(( 'u' )<<16)|(( 'v' )<<8)|( 'u' )),
kYVU9PixelFormat = ((( 'Y' )<<24)|(( 'V' )<<16)|(( 'U' )<<8)|( '9' )),
kYUV411PixelFormat = ((( 'Y' )<<24)|(( '4' )<<16)|(( '1' )<<8)|( '1' )),
kYVYU422PixelFormat = ((( 'Y' )<<24)|(( 'V' )<<16)|(( 'Y' )<<8)|( 'U' )),
kUYVY422PixelFormat = ((( 'U' )<<24)|(( 'Y' )<<16)|(( 'V' )<<8)|( 'Y' )),
kYUV211PixelFormat = ((( 'Y' )<<24)|(( '2' )<<16)|(( '1' )<<8)|( '1' )),
k2vuyPixelFormat = ((( '2' )<<24)|(( 'v' )<<16)|(( 'u' )<<8)|( 'y' ))
} |
|
enum | {
srcCopy = 0,
srcOr = 1,
srcXor = 2,
srcBic = 3,
notSrcCopy = 4,
notSrcOr = 5,
notSrcXor = 6,
notSrcBic = 7,
patCopy = 8,
patOr = 9,
patXor = 10,
patBic = 11,
notPatCopy = 12,
notPatOr = 13,
notPatXor = 14,
notPatBic = 15,
grayishTextOr = 49,
hilitetransfermode = 50,
hilite = 50,
blend = 32,
addPin = 33,
addOver = 34,
subPin = 35,
addMax = 37,
adMax = 37,
subOver = 38,
adMin = 39,
ditherCopy = 64,
transparent = 36
} |
|
enum | {
codecLosslessQuality = 0x00000400,
codecMaxQuality = 0x000003FF,
codecMinQuality = 0x00000000,
codecLowQuality = 0x00000100,
codecNormalQuality = 0x00000200,
codecHighQuality = 0x00000300
} |
|
enum | {
codecCanScale = 1L << 0,
codecCanMask = 1L << 1,
codecCanMatte = 1L << 2,
codecCanTransform = 1L << 3,
codecCanTransferMode = 1L << 4,
codecCanCopyPrev = 1L << 5,
codecCanSpool = 1L << 6,
codecCanClipVertical = 1L << 7,
codecCanClipRectangular = 1L << 8,
codecCanRemapColor = 1L << 9,
codecCanFastDither = 1L << 10,
codecCanSrcExtract = 1L << 11,
codecCanCopyPrevComp = 1L << 12,
codecCanAsync = 1L << 13,
codecCanMakeMask = 1L << 14,
codecCanShift = 1L << 15,
codecCanAsyncWhen = 1L << 16,
codecCanShieldCursor = 1L << 17,
codecCanManagePrevBuffer = 1L << 18,
codecHasVolatileBuffer = 1L << 19,
codecWantsRegionMask = 1L << 20,
codecImageBufferIsOnScreen = 1L << 21,
codecWantsDestinationPixels = 1L << 22,
codecWantsSpecialScaling = 1L << 23,
codecHandlesInputs = 1L << 24,
codecCanDoIndirectSurface = 1L << 25,
codecIsSequenceSensitive = 1L << 26,
codecRequiresOffscreen = 1L << 27,
codecRequiresMaskBits = 1L << 28,
codecCanRemapResolution = 1L << 29,
codecIsDirectToScreenOnly = 1L << 30,
codecCanLockSurface = 1L << 31
} |
|
enum | {
codecUsesOverlaySurface = 1L << 0,
codecImageBufferIsOverlaySurface = 1L << 1,
codecSrcMustBeImageBuffer = 1L << 2,
codecImageBufferIsInAGPMemory = 1L << 4,
codecImageBufferIsInPCIMemory = 1L << 5
} |
|
enum | {
codecConditionFirstBand = 1L << 0,
codecConditionLastBand = 1L << 1,
codecConditionFirstFrame = 1L << 2,
codecConditionNewDepth = 1L << 3,
codecConditionNewTransform = 1L << 4,
codecConditionNewSrcRect = 1L << 5,
codecConditionNewMask = 1L << 6,
codecConditionNewMatte = 1L << 7,
codecConditionNewTransferMode = 1L << 8,
codecConditionNewClut = 1L << 9,
codecConditionNewAccuracy = 1L << 10,
codecConditionNewDestination = 1L << 11,
codecConditionFirstScreen = 1L << 12,
codecConditionDoCursor = 1L << 13,
codecConditionCatchUpDiff = 1L << 14,
codecConditionMaskMayBeChanged = 1L << 15,
codecConditionToBuffer = 1L << 16,
codecConditionCodecChangedMask = 1L << 31
} |
|
enum | {
codecInfoDoes1 = (1L << 0),
codecInfoDoes2 = (1L << 1),
codecInfoDoes4 = (1L << 2),
codecInfoDoes8 = (1L << 3),
codecInfoDoes16 = (1L << 4),
codecInfoDoes32 = (1L << 5),
codecInfoDoesDither = (1L << 6),
codecInfoDoesStretch = (1L << 7),
codecInfoDoesShrink = (1L << 8),
codecInfoDoesMask = (1L << 9),
codecInfoDoesTemporal = (1L << 10),
codecInfoDoesDouble = (1L << 11),
codecInfoDoesQuad = (1L << 12),
codecInfoDoesHalf = (1L << 13),
codecInfoDoesQuarter = (1L << 14),
codecInfoDoesRotate = (1L << 15),
codecInfoDoesHorizFlip = (1L << 16),
codecInfoDoesVertFlip = (1L << 17),
codecInfoHasEffectParameterList = (1L << 18),
codecInfoDoesBlend = (1L << 19),
codecInfoDoesWarp = (1L << 20),
codecInfoDoesRecompress = (1L << 21),
codecInfoDoesSpool = (1L << 22),
codecInfoDoesRateConstrain = (1L << 23)
} |
|
enum | {
codecInfoDepth1 = (1L << 0),
codecInfoDepth2 = (1L << 1),
codecInfoDepth4 = (1L << 2),
codecInfoDepth8 = (1L << 3),
codecInfoDepth16 = (1L << 4),
codecInfoDepth32 = (1L << 5),
codecInfoDepth24 = (1L << 6),
codecInfoDepth33 = (1L << 7),
codecInfoDepth34 = (1L << 8),
codecInfoDepth36 = (1L << 9),
codecInfoDepth40 = (1L << 10),
codecInfoStoresClut = (1L << 11),
codecInfoDoesLossless = (1L << 12),
codecInfoSequenceSensitive = (1L << 13)
} |
|