/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/common/libmix/mix_video/src/ |
D | mixvideorenderparams_internal.h | 17 VARectangle *va_cliprects; 33 VARectangle ** va_cliprects,
|
D | mixvideorenderparams.c | 356 priv->va_cliprects = g_malloc(number_of_clipping_rects * sizeof(VARectangle)); in mix_videorenderparams_set_clipping_rects() 398 MixVideoRenderParams * obj, VARectangle ** va_cliprects, in mix_videorenderparams_get_cliprects_internal()
|
/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()
|
/hardware/intel/common/libva/va/ |
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_vpp.h | 563 const VARectangle *surface_region; 583 const VARectangle *output_region;
|
D | va_tpi.c | 84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf()
|
D | va_trace.h | 208 VARectangle *cliprects, /* client supplied clip list */
|
/hardware/intel/common/libva/va/android/ |
D | va_android.cpp | 200 VARectangle *cliprects, /* client supplied clip list */ 218 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_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/img/hwcomposer/merrifield/include/ |
D | VirtualDevice.h | 170 const VARectangle* surface_region, const VARectangle* output_region);
|
/hardware/intel/common/libva/test/decode/ |
D | mpeg2vldemo.cpp | 257 VARectangle src_rect, dst_rect; in main()
|