-
Methods in org.robovm.apple.corevideo that return CVReturn
| Modifier and Type |
Method |
Description |
protected static CVReturn |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
CVPixelBufferAttributes pixelBufferAttributes,
CVPixelBuffer.CVPixelBufferPtr pixelBufferOut) |
|
protected static CVReturn |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr dataPtr,
long dataSize,
long numberOfPlanes,
VoidPtr.VoidPtrPtr planeBaseAddress,
MachineSizedUIntPtr planeWidth,
MachineSizedUIntPtr planeHeight,
MachineSizedUIntPtr planeBytesPerRow,
FunctionPtr releaseCallback,
VoidPtr releaseRefCon,
CVPixelBufferAttributes pixelBufferAttributes,
CVPixelBuffer.CVPixelBufferPtr pixelBufferOut) |
|
protected static CVReturn |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr baseAddress,
long bytesPerRow,
FunctionPtr releaseCallback,
long releaseRefCon,
CVPixelBufferAttributes pixelBufferAttributes,
CVPixelBuffer.CVPixelBufferPtr pixelBufferOut) |
|
protected static CVReturn |
CVPixelBuffer.create(CFAllocator allocator,
IOSurface surface,
CVPixelBufferAttributes pixelBufferAttributes,
CVPixelBuffer.CVPixelBufferPtr pixelBufferOut) |
|
CVReturn |
CVPixelBuffer.fillExtendedPixels() |
|
CVReturn |
CVPixelBuffer.lockBaseAddress(CVPixelBufferLockFlags lockFlags) |
|
CVReturn |
CVPixelBuffer.unlockBaseAddress(CVPixelBufferLockFlags unlockFlags) |
|
static CVReturn |
CVReturn.valueOf(long n) |
Returns the enum constant of this type with the specified name.
|
static CVReturn |
CVReturn.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CVReturn[] |
CVReturn.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|