Home
last modified time | relevance | path

Searched refs:VARectangle (Results 1 – 25 of 41) 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()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideorenderparams_internal.h17 VARectangle *va_cliprects;
33 VARectangle ** va_cliprects,
Dmixvideorenderparams.c356 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/
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()
/hardware/intel/common/libva/va/
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_vpp.h563 const VARectangle *surface_region;
583 const VARectangle *output_region;
Dva_tpi.c84 VARectangle *cliprects, /* client supplied clip list */ in vaPutSurfaceBuf()
Dva_trace.h208 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.c2084 … ((VARectangle *)(p->value))->x = driver_data->render_rect.x = ((VARectangle *)(p->value))->x; in psb_GetDisplayAttributes()
2085 … ((VARectangle *)(p->value))->y = driver_data->render_rect.y = ((VARectangle *)(p->value))->y; in psb_GetDisplayAttributes()
2086 …((VARectangle *)(p->value))->width = driver_data->render_rect.width = ((VARectangle *)(p->value))-… in psb_GetDisplayAttributes()
2087 …((VARectangle *)(p->value))->height = driver_data->render_rect.height = ((VARectangle *)(p->value)… in psb_GetDisplayAttributes()
2228 driver_data->render_rect.x = ((VARectangle *)(p->attrib_ptr))->x; in psb_SetDisplayAttributes()
2229 driver_data->render_rect.y = ((VARectangle *)(p->attrib_ptr))->y; in psb_SetDisplayAttributes()
2230 driver_data->render_rect.width = ((VARectangle *)(p->attrib_ptr))->width; in psb_SetDisplayAttributes()
2231 driver_data->render_rect.height = ((VARectangle *)(p->attrib_ptr))->height; in psb_SetDisplayAttributes()
/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/img/hwcomposer/merrifield/include/
DVirtualDevice.h170 const VARectangle* surface_region, const VARectangle* output_region);
/hardware/intel/common/libva/test/decode/
Dmpeg2vldemo.cpp257 VARectangle src_rect, dst_rect; in main()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp419 VARectangle surface_region;
420 VARectangle output_region;
1107 VARectangle& output_region = composeTask->output_region; in queueCompose()
1185 VARectangle& surface_region = composeTask->surface_region; in queueCompose()
1587 VARectangle surface_region; in queueCompose()
1660 VARectangle& output_region = composeTask->output_region; in queueCompose()
1941 VARectangle region; in queueCompose()
2028 const VARectangle* surface_region, const VARectangle* output_region) in queueCompose()

12