Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dh264.c49 static VASurfaceID curr_surface = VA_INVALID_ID; variable
450 curr_surface = va_surface_id[sid]; in h264_decode_frame()
467 if (curr_surface == VA_INVALID_ID) { in put_updated_rectangle()
478 …va_status = vaPutSurface(va_dpy, curr_surface, client->outputWindow, 0, 0, f_width, f_height, 0, 0… in put_updated_rectangle()
487 va_status = vaDeriveImage(va_dpy, curr_surface, &decoded_image); in put_updated_rectangle()