Searched refs:VARectangle (Results 1 - 25 of 36) sorted by relevance

12

/hardware/intel/common/libva/test/common/
H A Dva_display.h39 const VARectangle *src_rect,
40 const VARectangle *dst_rect);
56 const VARectangle *src_rect,
57 const VARectangle *dst_rect
H A Dva_display_drm.c63 const VARectangle *src_rect,
64 const VARectangle *dst_rect
H A Dva_display_x11.c95 validate_rect(const VARectangle *rect)
108 const VARectangle *src_rect,
109 const VARectangle *dst_rect
H A Dva_display_android.cpp83 const VARectangle *src_rect,
84 const VARectangle *dst_rect
H A Dva_display.c156 const VARectangle *src_rect,
157 const VARectangle *dst_rect
H A Dva_display_wayland.c162 const VARectangle *src_rect,
163 const VARectangle *dst_rect
/hardware/intel/common/libva/va/
H A Dva_x11.h61 VARectangle *cliprects, /* client supplied destination clip list */
H A Dva_android.h75 VARectangle *cliprects, /* client supplied destination clip list */
H A Dva_backend_tpi.h61 VARectangle *cliprects, /* client supplied clip list */
H A Dva_tpi.h85 VARectangle *cliprects, /* client supplied clip list */
H A Dva_vpp.h193 * VARectangle output_region;
559 * Pointer to a #VARectangle defining the region within the source
563 const VARectangle *surface_region;
576 * Pointer to a #VARectangle defining the region within the output
583 const VARectangle *output_region;
H A Dva_tpi.c84 VARectangle *cliprects, /* client supplied clip list */
H A Dva_trace.h208 VARectangle *cliprects, /* client supplied clip list */
H A Dva_backend.h213 VARectangle *cliprects, /* client supplied clip list */
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c50 const VARectangle *src_rect,
51 const VARectangle *dst_rect,
52 const VARectangle *cliprects,
79 const VARectangle *cliprects,
84 VARectangle src_rect, dst_rect;
133 const VARectangle *src_rect,
134 const VARectangle *dst_rect,
135 const VARectangle *cliprects,
H A Dputsurface_common.c383 static void update_clipbox(VARectangle *cliprects, int width, int height)
413 VARectangle cliprects[2]; /* client supplied clip list */
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h121 VARectangle *cliprects, /* client supplied clip list */
139 VARectangle *cliprects, /* client supplied clip list */
H A Dpsb_coverlay.c537 VARectangle *pVaWindowClipRects = NULL;
557 pVaWindowClipRects = (VARectangle *)calloc(1, sizeof(VARectangle) * output->ui32NumClipBoxList);
563 memset(pVaWindowClipRects, 0, sizeof(VARectangle)*output->ui32NumClipBoxList);
596 (memcmp(&pVaWindowClipRects[0], &(pPriv->last_clipbox[0]), (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle)) != 0))) {
598 memcpy(&pPriv->last_clipbox[0], &pVaWindowClipRects[0], (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle));
891 VARectangle *cliprects, /* client supplied clip list */
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp199 VARectangle *cliprects, /* client supplied clip list */
217 VARectangle *cliprects, /* client supplied clip list */
/hardware/intel/common/libva/va/x11/
H A Dva_x11.c228 VARectangle *cliprects, /* client supplied clip list */
246 VARectangle *cliprects, /* client supplied clip list */
/hardware/intel/img/psb_video/src/
H A Dpsb_output.h202 VARectangle *cliprects, /* client supplied clip list */
225 VARectangle *cliprects, /* client supplied clip list */
H A Dpsb_output.c2069 ((VARectangle *)(p->value))->x = driver_data->render_rect.x = ((VARectangle *)(p->value))->x;
2070 ((VARectangle *)(p->value))->y = driver_data->render_rect.y = ((VARectangle *)(p->value))->y;
2071 ((VARectangle *)(p->value))->width = driver_data->render_rect.width = ((VARectangle *)(p->value))->width;
2072 ((VARectangle *)(p->value))->height = driver_data->render_rect.height = ((VARectangle *)(p->value))->height;
2194 driver_data->render_rect.x = ((VARectangle *)(p->value))->x;
2195 driver_data->render_rect.y = ((VARectangle *)(
[all...]
H A Dpsb_overlay.h295 VARectangle last_clipbox[16];
/hardware/intel/common/libva/test/decode/
H A Dmpeg2vldemo.cpp257 VARectangle src_rect, dst_rect;
/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.c470 VARectangle *cliprects, /* client supplied clip list */

Completed in 170 milliseconds

12