Function gst::ffi::gst_video_format_from_masks[][src]

pub unsafe extern "C" fn gst_video_format_from_masks(
    depth: gint,
    bpp: gint,
    endianness: gint,
    red_mask: guint,
    green_mask: guint,
    blue_mask: guint,
    alpha_mask: guint
) -> GstVideoFormat