Source position: CVPixelBuffer.pas line 459
function CVPixelBufferCreateWithPlanarBytes( |
allocator: CFAllocatorRef; |
width: size_t; |
height: size_t; |
pixelFormatType: OSType; |
dataPtr: UnivPtr; |
dataSize: size_t; |
numberOfPlanes: size_t; |
planeAddresses: UnivPtr; |
planeWidth: size_t_ptr; |
planeHeight: size_t_ptr; |
planeBytesPerRow: size_t_ptr; |
releaseCallback: CVPixelBufferReleasePlanarBytesCallback; |
releaseRefCon: UnivPtr; |
pixelBufferAttributes: CFDictionaryRef; |
var pixelBufferOut: CVPixelBufferRef |
):CVReturn; |