pub fn rdp_yuv444_to_abgr(
planar_image: &YuvPlanarImage<'_, i16>,
abgr: &mut [u8],
abgr_stride: u32,
) -> Result<(), YuvError>Available on crate feature
rdp only.Expand description
Converts RemoteFX YUV 4:4:4 to ABGRwith 8 bit-depth precision.