OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curr_surface
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/libvncclient/
h264.c
49
static VASurfaceID
curr_surface
= VA_INVALID_ID;
variable
450
curr_surface
= va_surface_id[sid];
467
if (
curr_surface
== VA_INVALID_ID) {
478
va_status = vaPutSurface(va_dpy,
curr_surface
, client->outputWindow, 0, 0, f_width, f_height, 0, 0, f_width, f_height, NULL, 0, VA_FRAME_PICTURE);
487
va_status = vaDeriveImage(va_dpy,
curr_surface
, &decoded_image);
Completed in 461 milliseconds