Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c128 g_free (dec->cursor.cursormask); in gst_vmnc_dec_reset()
129 dec->cursor.cursormask = NULL; in gst_vmnc_dec_reset()
283 guint8 *maskraw = dec->cursor.cursormask + in render_colour_cursor()
430 g_free (dec->cursor.cursormask); in vmnc_handle_wmvd_rectangle()
435 dec->cursor.cursormask = g_malloc (size); in vmnc_handle_wmvd_rectangle()
437 memcpy (dec->cursor.cursormask, data + 2 + size, size); in vmnc_handle_wmvd_rectangle()
Dvmncdec.h82 guint8 *cursormask; member