pub fn ar30_to_rgb8(
ar30: &[u8],
ar30_stride: u32,
byte_order: Rgb30ByteOrder,
rgb: &mut [u8],
rgb_stride: u32,
width: u32,
height: u32,
) -> Result<(), YuvError>Expand description
Converts RGBA2101010 to RGB 8 bit depth
ยงArguments
ar30: Source AR30 dataar30_stride: Source AR30 stridebyte_order: See Rgb30ByteOrder for more inforgb: Destination RGB datargb_stride: Destination RGB stridewidth: Image widthheight: Image height