Searched refs:xv_image (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c779 XvImage *xv_image=NULL ; local in function:ephyrHostXVPutImage
796 xv_image = (XvImage*) XvCreateImage (hostx_get_display (),
799 if (!xv_image) {
803 xv_image->data = (char*)a_buf ;
821 gc, xv_image,
831 if (xv_image) {
832 XFree (xv_image) ;
833 xv_image = NULL ;

Completed in 2 milliseconds