pub fn i420_copy(
    src: &[u8],
    dst: &mut [u8],
    width: u32,
    height: u32,
    strides: [u32; 3],
    offsets: [u32; 3]
)
Expand description

Copies src into dst as I420, removing any extra padding.