Home
last modified time | relevance | path

Searched refs:VARectangle (Results 1 – 25 of 35) sorted by relevance

12

/hardware/intel/common/libva/test/common/
Dva_display.h39 const VARectangle *src_rect,
40 const VARectangle *dst_rect);
56 const VARectangle *src_rect,
57 const VARectangle *dst_rect
Dva_display_drm.c63 const VARectangle *src_rect, in va_put_surface_drm()
64 const VARectangle *dst_rect in va_put_surface_drm()
Dva_display_x11.c95 validate_rect(const VARectangle *rect) in validate_rect()
108 const VARectangle *src_rect, in va_put_surface_x11()
109 const VARectangle *dst_rect in va_put_surface_x11()
Dva_display_android.cpp83 const VARectangle *src_rect, in va_put_surface_android()
84 const VARectangle *dst_rect in va_put_surface_android()
Dva_display.c156 const VARectangle *src_rect, in va_put_surface()
157 const VARectangle *dst_rect in va_put_surface()
Dva_display_wayland.c162 const VARectangle *src_rect, in va_put_surface_wayland()
163 const VARectangle *dst_rect in va_put_surface_wayland()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_wayland.c50 const VARectangle *src_rect,
51 const VARectangle *dst_rect,
52 const VARectangle *cliprects,
79 const VARectangle *cliprects, in vaPutSurface()
84 VARectangle src_rect, dst_rect; in vaPutSurface()
133 const VARectangle *src_rect, in va_put_surface()
134 const VARectangle *dst_rect, in va_put_surface()
135 const VARectangle *cliprects, in va_put_surface()
Dputsurface_common.c383 static void update_clipbox(VARectangle *cliprects, int width, int height) in update_clipbox()
413 VARectangle cliprects[2]; /* client supplied clip list */ in putsurface_thread()
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.h121 VARectangle *cliprects, /* client supplied clip list */
139 VARectangle *cliprects, /* client supplied clip list */
Dpsb_coverlay.c537 VARectangle *pVaWindowClipRects = NULL; in psb_repaint_colorkey()
557 pVaWindowClipRects = (VARectangle *)calloc(1, sizeof(VARectangle) * output->ui32NumClipBoxList); in psb_repaint_colorkey()
563 memset(pVaWindowClipRects, 0, sizeof(VARectangle)*output->ui32NumClipBoxList); in psb_repaint_colorkey()
596 … (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle)) != 0))) { in psb_repaint_colorkey()
598 …Rects[0], (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle)); in psb_repaint_colorkey()
891 VARectangle *cliprects, /* client supplied clip list */ in psb_putsurface_coverlay()
Dpsb_xvva.c381 VARectangle *cliprects, /* client supplied clip list */ in psb__CheckPutSurfaceXvPort()
670 VARectangle *cliprects, /* client supplied clip list */ in psb_putsurface_xvideo()
/hardware/intel/common/libva/va/
Dva_x11.h61 VARectangle *cliprects, /* client supplied destination clip list */
Dva_android.h74 VARectangle *cliprects, /* client supplied destination clip list */
Dva_backend_tpi.h61 VARectangle *cliprects, /* client supplied clip list */
Dva_vpp.h563 const VARectangle *surface_region;
583 const VARectangle *output_region;
Dva_tpi.h85 VARectangle *cliprects, /* client supplied clip list */
Dva_tpi.c84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf()
Dva_trace.h208 VARectangle *cliprects, /* client supplied clip list */
Dva_backend.h213 VARectangle *cliprects, /* client supplied clip list */
/hardware/intel/common/libva/va/android/
Dva_android.cpp199 VARectangle *cliprects, /* client supplied clip list */
217 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurface()
/hardware/intel/img/psb_video/src/
Dpsb_output.h202 VARectangle *cliprects, /* client supplied clip list */
225 VARectangle *cliprects, /* client supplied clip list */
Dpsb_output.c2069 … ((VARectangle *)(p->value))->x = driver_data->render_rect.x = ((VARectangle *)(p->value))->x; in psb_GetDisplayAttributes()
2070 … ((VARectangle *)(p->value))->y = driver_data->render_rect.y = ((VARectangle *)(p->value))->y; in psb_GetDisplayAttributes()
2071 …((VARectangle *)(p->value))->width = driver_data->render_rect.width = ((VARectangle *)(p->value))-… in psb_GetDisplayAttributes()
2072 …((VARectangle *)(p->value))->height = driver_data->render_rect.height = ((VARectangle *)(p->value)… in psb_GetDisplayAttributes()
2194 driver_data->render_rect.x = ((VARectangle *)(p->value))->x; in psb_SetDisplayAttributes()
2195 driver_data->render_rect.y = ((VARectangle *)(p->value))->y; in psb_SetDisplayAttributes()
2196 driver_data->render_rect.width = ((VARectangle *)(p->value))->width; in psb_SetDisplayAttributes()
2197 driver_data->render_rect.height = ((VARectangle *)(p->value))->height; in psb_SetDisplayAttributes()
Dpsb_overlay.h295 VARectangle last_clipbox[16];
/hardware/intel/common/libva/va/x11/
Dva_x11.c228 VARectangle *cliprects, /* client supplied clip list */
246 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurface()
/hardware/intel/common/libva/test/decode/
Dmpeg2vldemo.cpp257 VARectangle src_rect, dst_rect; in main()

12