GstVideoDither

GstVideoDither

Functions

Types and Values

Includes

#include <gst/video/video-dither.h>

Description

Functions

gst_video_dither_free ()

void
gst_video_dither_free (GstVideoDither *dither);

gst_video_dither_line ()

void
gst_video_dither_line (GstVideoDither *dither,
                       gpointer line,
                       guint x,
                       guint y,
                       guint width);

gst_video_dither_new ()

GstVideoDither *
gst_video_dither_new (GstVideoDitherMethod method,
                      GstVideoDitherFlags flags,
                      GstVideoFormat format,
                      guint quantizer[GST_VIDEO_MAX_COMPONENTS],
                      guint width);

Types and Values

GstVideoDither

typedef struct _GstVideoDither GstVideoDither;

enum GstVideoDitherFlags

Members

GST_VIDEO_DITHER_FLAG_NONE

   

GST_VIDEO_DITHER_FLAG_INTERLACED

   

GST_VIDEO_DITHER_FLAG_QUANTIZE

   

enum GstVideoDitherMethod

Members

GST_VIDEO_DITHER_NONE

   

GST_VIDEO_DITHER_VERTERR

   

GST_VIDEO_DITHER_FLOYD_STEINBERG

   

GST_VIDEO_DITHER_SIERRA_LITE

   

GST_VIDEO_DITHER_BAYER