Function core_video::pixel_buffer::CVPixelBufferCreate

source ·
pub unsafe extern "C" fn CVPixelBufferCreate(
    allocator: CFAllocatorRef,
    width: size_t,
    height: size_t,
    pixelFormatType: OSType,
    pixelBufferAttributes: CFDictionaryRef,
    pixelBufferOut: *mut CVPixelBufferRef
) -> CVReturn