Searched refs:GstMask (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstmask.h | 26 typedef struct _GstMask GstMask; typedef 29 typedef void (*GstMaskDrawFunc) (GstMask *mask); 30 typedef void (*GstMaskDestroyFunc) (GstMask *mask); 56 void _gst_mask_default_destroy (GstMask *mask); 59 GstMask* gst_mask_factory_new (gint type, gboolean invert, gint bpp, gint… 60 void gst_mask_destroy (GstMask *mask);
|
D | gstmask.c | 71 GstMask * 76 GstMask *mask = NULL; in gst_mask_factory_new() 80 mask = g_new0 (GstMask, 1); in gst_mask_factory_new() 117 _gst_mask_default_destroy (GstMask * mask) in _gst_mask_default_destroy() 124 gst_mask_destroy (GstMask * mask) in gst_mask_destroy()
|
D | gstsmptealpha.h | 63 GstMask *mask; 67 GstMask * mask, gint border, gint pos);
|
D | gstsmptealpha.c | 226 GstMask *newmask; in gst_smpte_alpha_update_mask() 281 const GstVideoFrame * in_frame, GstVideoFrame * out_frame, GstMask * mask, \ 334 const GstVideoFrame * in_frame, GstVideoFrame * out_frame, GstMask * mask, in gst_smpte_alpha_process_ayuv_ayuv() 380 const GstVideoFrame * in_frame, GstVideoFrame * out_frame, GstMask * mask, in gst_smpte_alpha_process_i420_ayuv()
|
D | gstsmpte.h | 74 GstMask *mask;
|
D | barboxwipes.c | 555 gst_wipe_boxes_draw (GstMask * mask) in gst_wipe_boxes_draw() 605 gst_wipe_triangles_clock_draw (GstMask * mask) in gst_wipe_triangles_clock_draw() 633 gst_wipe_triangles_draw (GstMask * mask) in gst_wipe_triangles_draw()
|
D | gstsmpte.c | 232 GstMask *newmask; in gst_smpte_update_mask() 390 GstVideoFrame * oframe, GstMask * mask, gint border, gint pos) in gst_smpte_blend_i420()
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 2381 - smpte: Fix integer overflow with possible heap corruption in GstMask 2383 - smpte: integer overflow with possible heap corruption in GstMask
|
D | ChangeLog | 84 smpte: Fix integer overflow with possible heap corruption in GstMask creation.
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 2381 - smpte: Fix integer overflow with possible heap corruption in GstMask 2383 - smpte: integer overflow with possible heap corruption in GstMask
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 2381 - smpte: Fix integer overflow with possible heap corruption in GstMask 2383 - smpte: integer overflow with possible heap corruption in GstMask
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 2381 - smpte: Fix integer overflow with possible heap corruption in GstMask 2383 - smpte: integer overflow with possible heap corruption in GstMask
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 2381 - smpte: Fix integer overflow with possible heap corruption in GstMask 2383 - smpte: integer overflow with possible heap corruption in GstMask
|