Home
last modified time | relevance | path

Searched refs:snapframe (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstradioac.c386 memcpy (filter->snapframe, src, width * height * 4); in gst_radioactv_transform_frame()
393 src = filter->snapframe; in gst_radioactv_transform_frame()
453 g_free (filter->snapframe); in gst_radioactv_set_info()
454 filter->snapframe = g_new (guint32, width * height); in gst_radioactv_set_info()
489 g_free (filter->snapframe); in gst_radioactv_finalize()
490 filter->snapframe = NULL; in gst_radioactv_finalize()
Dgstradioac.h63 guint32 *snapframe; member