Function CVPixelBufferFillExtendedPixels

Source
pub unsafe extern "C-unwind" fn CVPixelBufferFillExtendedPixels(
    pixel_buffer: &CVPixelBuffer,
) -> CVReturn
Available on crate features CVBuffer and CVImageBuffer and CVReturn and CVPixelBuffer 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.