-
-
Methods in org.robovm.apple.corevideo with parameters of type CVPixelFormatType
| Modifier and Type |
Method |
Description |
static CVPixelBuffer |
CVPixelBuffer.create(long width,
long height,
CVPixelFormatType pixelFormatType,
CVPixelBufferAttributes pixelBufferAttributes) |
|
static CVPixelBuffer |
CVPixelBuffer.create(long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr baseAddress,
long bytesPerRow,
CVPixelBuffer.ReleaseBytesCallback releaseCallback,
CVPixelBufferAttributes pixelBufferAttributes) |
|
static CVPixelBuffer |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
CVPixelBufferAttributes pixelBufferAttributes) |
|
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) |
|
static CVPixelBuffer |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr baseAddress,
long bytesPerRow,
CVPixelBuffer.ReleaseBytesCallback releaseCallback,
CVPixelBufferAttributes pixelBufferAttributes) |
|
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) |
|
static CVPixelFormatDescription |
CVPixelFormatDescription.create(CFAllocator allocator,
CVPixelFormatType pixelFormat) |
|
static CVPixelFormatDescription |
CVPixelFormatDescription.create(CVPixelFormatType pixelFormat) |
|
static boolean |
CVPixelFormatType.isCompressedFormatAvailable(CVPixelFormatType pixelFormatType) |
|
void |
CVPixelFormatDescription.register(CVPixelFormatType pixelFormat) |
|
static void |
CVPixelFormatDescription.registerDescription(CVPixelFormatDescription description,
CVPixelFormatType pixelFormat) |
|
CVPixelBufferAttributes |
CVPixelBufferAttributes.setPixelFormatType(CVPixelFormatType type) |
|