Skip to main content

CVPixelBufferCreateWithBytes

Function CVPixelBufferCreateWithBytes 

Source
pub unsafe extern "C" fn CVPixelBufferCreateWithBytes(
    allocator: CFAllocatorRef,
    width: usize,
    height: usize,
    pixelFormatType: OSType,
    baseAddress: *mut c_void,
    bytesPerRow: usize,
    releaseCallback: CVPixelBufferReleaseBytesCallback,
    releaseRefCon: *mut c_void,
    pixelBufferAttributes: CFDictionaryRef,
    pixelBufferOut: *mut CVPixelBufferRef,
) -> CVReturn
Expand description

Apple SDK function CVPixelBufferCreateWithBytes.