Source position: CVPixelBuffer.pas line 433
function CVPixelBufferCreateWithBytes( |
allocator: CFAllocatorRef; |
width: size_t; |
height: size_t; |
pixelFormatType: OSType; |
baseAddress: UnivPtr; |
bytesPerRow: size_t; |
releaseCallback: CVPixelBufferReleaseBytesCallback; |
releaseRefCon: UnivPtr; |
pixelBufferAttributes: CFDictionaryRef; |
var pixelBufferOut: CVPixelBufferRef |
):CVReturn; |