Searched refs:cursormask (Results 1 – 2 of 2) sorted by relevance
128 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()
82 guint8 *cursormask; member