-
Methods in org.robovm.apple.corevideo with parameters of type CVPixelBuffer.CVPixelBufferPtr
| 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) |
|