Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.h102 GC damage_copy_gc; member
Dgstximagesrc.c249 s->damage_copy_gc = None; in gst_ximage_src_open_display()
263 s->damage_copy_gc = XCreateGC (s->xcontext->disp, in gst_ximage_src_open_display()
326 if (src->damage_copy_gc != None) { in gst_ximage_src_stop()
327 XFreeGC (src->xcontext->disp, src->damage_copy_gc); in gst_ximage_src_stop()
328 src->damage_copy_gc = None; in gst_ximage_src_stop()