/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 383 static void update_clipbox(VARectangle *cliprects, int width, int height) in update_clipbox() argument 390 cliprects[0].x = (rand() % width); in update_clipbox() 391 cliprects[0].y = (rand() % height); in update_clipbox() 392 cliprects[0].width = (rand() % (width - cliprects[0].x)); in update_clipbox() 393 cliprects[0].height = (rand() % (height - cliprects[0].y)); in update_clipbox() 395 cliprects[1].x = (rand() % width); in update_clipbox() 396 cliprects[1].y = (rand() % height); in update_clipbox() 397 cliprects[1].width = (rand() % (width - cliprects[1].x)); in update_clipbox() 398 cliprects[1].height = (rand() % (height - cliprects[1].y)); in update_clipbox() 400 cliprects[0].x, cliprects[0].y, cliprects[0].width, cliprects[0].height, in update_clipbox() [all …]
|
D | putsurface_wayland.c | 52 const VARectangle *cliprects, 79 const VARectangle *cliprects, in vaPutSurface() argument 96 cliprects, num_cliprects, flags); in vaPutSurface() 135 const VARectangle *cliprects, in va_put_surface() argument
|
/hardware/intel/common/libva/va/android/ |
D | va_android.cpp | 199 VARectangle *cliprects, /* client supplied clip list */ 217 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurface() argument 235 cliprects, number_cliprects, flags ); in vaPutSurface() 239 cliprects, number_cliprects, flags ); in vaPutSurface()
|
/hardware/intel/common/libva/va/x11/ |
D | va_x11.c | 228 VARectangle *cliprects, /* client supplied clip list */ 246 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurface() argument 261 cliprects, number_cliprects, flags ); in vaPutSurface() 265 cliprects, number_cliprects, flags ); in vaPutSurface()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 121 VARectangle *cliprects, /* client supplied clip list */ 139 VARectangle *cliprects, /* client supplied clip list */
|
D | psb_xvva.c | 381 VARectangle *cliprects, /* client supplied clip list */ in psb__CheckPutSurfaceXvPort() argument 670 VARectangle *cliprects, /* client supplied clip list */ in psb_putsurface_xvideo() argument 720 cliprects, number_cliprects, flags); in psb_putsurface_xvideo() 748 vaPtr->clipbox[j].x = cliprects[j].x; in psb_putsurface_xvideo() 749 vaPtr->clipbox[j].y = cliprects[j].y; in psb_putsurface_xvideo() 750 vaPtr->clipbox[j].width = cliprects[j].width; in psb_putsurface_xvideo() 751 vaPtr->clipbox[j].height = cliprects[j].height; in psb_putsurface_xvideo()
|
D | psb_x11.c | 467 VARectangle *cliprects, /* client supplied clip list */ in psb_PutSurface() argument 528 cliprects, number_cliprects, flags); in psb_PutSurface() 534 cliprects, number_cliprects, flags); in psb_PutSurface()
|
D | psb_coverlay.c | 891 VARectangle *cliprects, /* client supplied clip list */ in psb_putsurface_coverlay() argument
|
/hardware/intel/common/libva/va/ |
D | va_tpi.c | 84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf() argument 97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); in vaPutSurfaceBuf()
|
D | va_x11.h | 61 VARectangle *cliprects, /* client supplied destination clip list */
|
D | va_android.h | 75 VARectangle *cliprects, /* client supplied destination clip list */
|
D | va_backend_tpi.h | 61 VARectangle *cliprects, /* client supplied clip list */
|
D | va_tpi.h | 85 VARectangle *cliprects, /* client supplied clip list */
|
D | va_trace.h | 208 VARectangle *cliprects, /* client supplied clip list */
|
D | va_backend.h | 213 VARectangle *cliprects, /* client supplied clip list */
|
D | va_trace.c | 3330 VARectangle *cliprects, /* client supplied clip list */ in va_TracePutSurface() argument 3349 va_TraceMsg(trace_ctx, "\tcliprects = 0x%08x\n", cliprects); in va_TracePutSurface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 202 VARectangle *cliprects, /* client supplied clip list */ 225 VARectangle *cliprects, /* client supplied clip list */
|
D | psb_drv_video.c | 2876 VARectangle __maybe_unused * cliprects, /* client supplied clip list */ argument
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_output_android.c | 470 VARectangle *cliprects, /* client supplied clip list */ in psb_PutSurface() argument 488 CHECK_INVALID_PARAM((NULL == cliprects) && (0 != number_cliprects)); in psb_PutSurface()
|