va_x11.sigs 642 B

123456789
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. //------------------------------------------------
  5. // Functions from libva-x11 used in chromium code.
  6. //------------------------------------------------
  7. VADisplay vaGetDisplay(Display *dpy);
  8. VAStatus vaPutSurface(VADisplay dpy, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags);