Home
last modified time | relevance | path

Searched refs:cliprects (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c383 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 …]
Dputsurface_wayland.c52 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/
Dva_android.cpp199 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/
Dva_x11.c228 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/
Dpsb_x11.h121 VARectangle *cliprects, /* client supplied clip list */
139 VARectangle *cliprects, /* client supplied clip list */
Dpsb_xvva.c381 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()
Dpsb_x11.c467 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()
Dpsb_coverlay.c891 VARectangle *cliprects, /* client supplied clip list */ in psb_putsurface_coverlay() argument
/hardware/intel/common/libva/va/
Dva_tpi.c84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf() argument
97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); in vaPutSurfaceBuf()
Dva_x11.h61 VARectangle *cliprects, /* client supplied destination clip list */
Dva_android.h75 VARectangle *cliprects, /* client supplied destination clip list */
Dva_backend_tpi.h61 VARectangle *cliprects, /* client supplied clip list */
Dva_tpi.h85 VARectangle *cliprects, /* client supplied clip list */
Dva_trace.h208 VARectangle *cliprects, /* client supplied clip list */
Dva_backend.h213 VARectangle *cliprects, /* client supplied clip list */
Dva_trace.c3330 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/
Dpsb_output.h202 VARectangle *cliprects, /* client supplied clip list */
225 VARectangle *cliprects, /* client supplied clip list */
Dpsb_drv_video.c2876 VARectangle __maybe_unused * cliprects, /* client supplied clip list */ argument
/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c470 VARectangle *cliprects, /* client supplied clip list */ in psb_PutSurface() argument
488 CHECK_INVALID_PARAM((NULL == cliprects) && (0 != number_cliprects)); in psb_PutSurface()