/hardware/intel/common/libva/va/ |
H A D | va_tpi.c | 84 VARectangle *cliprects, /* client supplied clip list */ 97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); 71 vaPutSurfaceBuf( VADisplay dpy, VASurfaceID surface, unsigned char* data, int* data_len, 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 ) argument
|
H A D | va_trace.c | 3335 VARectangle *cliprects, /* client supplied clip list */ 3354 va_TraceMsg(trace_ctx, "\tcliprects = 0x%08x\n", cliprects); 3323 va_TracePutSurface( VADisplay dpy, VASurfaceID surface, void *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 ) argument
|
/hardware/intel/common/libva/va/android/ |
H A D | va_android.cpp | 200 VARectangle *cliprects, /* client supplied clip list */ 218 VARectangle *cliprects, /* client supplied clip list */ 236 cliprects, number_cliprects, flags ); 240 cliprects, number_cliprects, flags ); 206 vaPutSurface( VADisplay dpy, VASurfaceID surface, sp<ANativeWindow> 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 ) argument
|
/hardware/intel/common/libva/va/x11/ |
H A D | va_x11.c | 228 VARectangle *cliprects, /* client supplied clip list */ 246 VARectangle *cliprects, /* client supplied clip list */ 261 cliprects, number_cliprects, flags ); 265 cliprects, number_cliprects, flags ); 234 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 ) argument
|
/hardware/intel/common/libva/test/putsurface/ |
H A D | putsurface_wayland.c | 52 const VARectangle *cliprects, 79 const VARectangle *cliprects, 96 cliprects, num_cliprects, flags); 135 const VARectangle *cliprects, 67 vaPutSurface( VADisplay dpy, VASurfaceID surface, struct drawable *wl_drawable, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dst_x, short dst_y, unsigned short dst_w, unsigned short dst_h, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument 129 va_put_surface( VADisplay dpy, struct drawable *wl_drawable, VASurfaceID va_surface, const VARectangle *src_rect, const VARectangle *dst_rect, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
|
H A D | putsurface_common.c | 383 static void update_clipbox(VARectangle *cliprects, int width, int height) argument 390 cliprects[0].x = (rand() % width); 391 cliprects[0].y = (rand() % height); 392 cliprects[0].width = (rand() % (width - cliprects[0].x)); 393 cliprects[0].height = (rand() % (height - cliprects[0].y)); 395 cliprects[1].x = (rand() % width); 396 cliprects[1].y = (rand() % height); 397 cliprects[ 413 VARectangle cliprects[2]; /* client supplied clip list */ local [all...] |
/hardware/intel/img/psb_video/src/android/ |
H A D | psb_output_android.c | 470 VARectangle *cliprects, /* client supplied clip list */ 488 CHECK_INVALID_PARAM((NULL == cliprects) && (0 != number_cliprects)); 458 psb_PutSurface( VADriverContextP ctx, VASurfaceID surface, void __maybe_unused * android_isurface, 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 ) argument
|
/hardware/intel/img/psb_video/src/x11/ |
H A D | psb_x11.c | 467 VARectangle *cliprects, /* client supplied clip list */ 528 cliprects, number_cliprects, flags); 534 cliprects, number_cliprects, flags); 455 psb_PutSurface( VADriverContextP ctx, VASurfaceID surface, void *drawable, 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 ) argument
|
H A D | psb_xvva.c | 381 VARectangle *cliprects, /* client supplied clip list */ 670 VARectangle *cliprects, /* client supplied clip list */ 720 cliprects, number_cliprects, flags); 748 vaPtr->clipbox[j].x = cliprects[j].x; 749 vaPtr->clipbox[j].y = cliprects[j].y; 750 vaPtr->clipbox[j].width = cliprects[j].width; 751 vaPtr->clipbox[j].height = cliprects[j].height; 369 psb__CheckPutSurfaceXvPort( VADriverContextP ctx, 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 ) argument 658 psb_putsurface_xvideo( VADriverContextP ctx, 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 ) argument
|
H A D | psb_coverlay.c | 891 VARectangle *cliprects, /* client supplied clip list */ 879 psb_putsurface_coverlay( VADriverContextP ctx, 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 ) argument
|
/hardware/intel/img/psb_video/src/ |
H A D | psb_drv_video.c | 2943 VARectangle __maybe_unused * cliprects, /* client supplied clip list */ 2930 psb_PutSurfaceBuf( VADriverContextP ctx, VASurfaceID surface, unsigned char __maybe_unused * data, int __maybe_unused * data_len, short __maybe_unused srcx, short __maybe_unused srcy, unsigned short __maybe_unused srcw, unsigned short __maybe_unused srch, short __maybe_unused destx, short __maybe_unused desty, unsigned short __maybe_unused destw, unsigned short __maybe_unused desth, VARectangle __maybe_unused * cliprects, unsigned int __maybe_unused number_cliprects, unsigned int __maybe_unused flags ) argument
|