/hardware/intel/common/libva/test/common/ |
D | va_display.h | 39 const VARectangle *src_rect, 40 const VARectangle *dst_rect); 56 const VARectangle *src_rect, 57 const VARectangle *dst_rect
|
D | va_display_drm.c | 63 const VARectangle *src_rect, in va_put_surface_drm() 64 const VARectangle *dst_rect in va_put_surface_drm()
|
D | va_display_x11.c | 95 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()
|
D | va_display_android.cpp | 83 const VARectangle *src_rect, in va_put_surface_android() 84 const VARectangle *dst_rect in va_put_surface_android()
|
D | va_display.c | 156 const VARectangle *src_rect, in va_put_surface() 157 const VARectangle *dst_rect in va_put_surface()
|
D | va_display_wayland.c | 162 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/ |
D | putsurface_wayland.c | 50 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()
|
D | putsurface_common.c | 383 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/ |
D | psb_x11.h | 121 VARectangle *cliprects, /* client supplied clip list */ 139 VARectangle *cliprects, /* client supplied clip list */
|
D | psb_coverlay.c | 537 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()
|
D | psb_xvva.c | 381 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/ |
D | va_x11.h | 61 VARectangle *cliprects, /* client supplied destination clip list */
|
D | va_android.h | 74 VARectangle *cliprects, /* client supplied destination clip list */
|
D | va_backend_tpi.h | 61 VARectangle *cliprects, /* client supplied clip list */
|
D | va_vpp.h | 563 const VARectangle *surface_region; 583 const VARectangle *output_region;
|
D | va_tpi.h | 85 VARectangle *cliprects, /* client supplied clip list */
|
D | va_tpi.c | 84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf()
|
D | va_trace.h | 208 VARectangle *cliprects, /* client supplied clip list */
|
D | va_backend.h | 213 VARectangle *cliprects, /* client supplied clip list */
|
/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()
|
/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_output.c | 2069 … ((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()
|
D | psb_overlay.h | 295 VARectangle last_clipbox[16];
|
/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()
|
/hardware/intel/common/libva/test/decode/ |
D | mpeg2vldemo.cpp | 257 VARectangle src_rect, dst_rect; in main()
|