Function core_video_sys::pixel_buffer::CVPixelBufferCreate[][src]

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