Home | History | Annotate | Download | only in devices

Lines Matching full:surf

100     MappedSurface(VADisplay dpy, VASurfaceID surf)
105 va_status = vaDeriveImage(va_dpy, surf, &image);
396 void dumpSurface(VADisplay va_dpy, const char* filename, VASurfaceID surf, int size) {
397 MappedSurface dumpSurface(va_dpy, surf);