CVPixelBufferFillExtendedPixels

Function CVPixelBufferFillExtendedPixels 

Source
pub extern "C-unwind" fn CVPixelBufferFillExtendedPixels(
    pixel_buffer: &CVPixelBuffer,
) -> CVReturn
Available on crate features CVBuffer and CVImageBuffer and CVPixelBuffer and CVReturn only.
Expand description

Fills the extended pixels of the PixelBuffer. This function replicates edge pixels to fill the entire extended region of the image.

Parameter pixelBuffer: Target PixelBuffer.