Home
last modified time | relevance | path

Searched refs:desth (Results 1 – 24 of 24) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c159 unsigned short desth, in psb_putsurface_ctexture() argument
177 destx, desty, destw, desth, 0, /* no subtitle */ in psb_putsurface_ctexture()
199 unsigned short desth,
227 desth = _desth;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
251 unsigned short desth;
254 psb_android_get_destbox(&destx, &desty, &destw, &desth);
258 ((desty + desth) <= output->screen_height) &&
262 output->desth != desth)) {
[all …]
Dpsb_output_android.h46 unsigned short desth; member
Dpsb_android_glue.h43 … psb_android_get_destbox(short* destx, short* desty, unsigned short* destw, unsigned short* desth);
/hardware/intel/img/psb_video/src/x11/
Dpsb_ctexture.c60 …_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsigned destw, unsigned desth) in psb_extend_dri_init() argument
71 …output->extend_drawable = (Window)psb_xrandr_create_full_screen_window(destx, desty, destw, desth); in psb_extend_dri_init()
230 unsigned short desth, in psb_putsurface_ctexture() argument
291 texture_priv->desth_save = desth; in psb_putsurface_ctexture()
293 if (texture_priv->destw_save != destw || texture_priv->desth_save != desth) { in psb_putsurface_ctexture()
295 texture_priv->desth_save = desth; in psb_putsurface_ctexture()
357 if (desth > display_height) in psb_putsurface_ctexture()
358 desth = display_height; in psb_putsurface_ctexture()
364 if (desth > display_height) in psb_putsurface_ctexture()
365 desth = display_height; in psb_putsurface_ctexture()
[all …]
Dpsb_x11.c115 unsigned short desth, in psb_putsurface_x11() argument
144 if (srch <= desth) in psb_putsurface_x11()
147 height = desth; in psb_putsurface_x11()
159 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: dest w x h = %d x %d\n", destw, desth); in psb_putsurface_x11()
407 …extP ctx, object_surface_p obj_surface, int width, int height, int destw, int desth, Drawable draw) in pnw_check_output_method() argument
437 || (obj_surface->subpic_count && ((width > destw) || (height > desth))) in pnw_check_output_method()
466 unsigned short desth, in psb_PutSurface() argument
491 destx, desty, destw, desth, flags); in psb_PutSurface()
502 pnw_check_output_method(ctx, obj_surface, srcw, srch, destw, desth, draw); in psb_PutSurface()
511 destx, desty, destw, desth, in psb_PutSurface()
[all …]
Dpsb_x11.h120 unsigned short desth,
138 unsigned short desth,
155 unsigned short desth,
Dpsb_coverlay.c369 unsigned short desth in psb_cleardrawable_stopoverlay() argument
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth); in psb_cleardrawable_stopoverlay()
404 int destx, desty, destw, desth; in psb_DisplayRGBASubpicture() local
421 desth = subpicture->subpic_dsth; in psb_DisplayRGBASubpicture()
450 desth += desty; in psb_DisplayRGBASubpicture()
456 if ((desty + desth) > surface_h) in psb_DisplayRGBASubpicture()
457 desth = surface_h - desty; in psb_DisplayRGBASubpicture()
464 if (srch <= desth) in psb_DisplayRGBASubpicture()
467 height = desth; in psb_DisplayRGBASubpicture()
488 pPriv->clear_key[i].subpic_dsth = desth; in psb_DisplayRGBASubpicture()
[all …]
Dpsb_xvva.c380 unsigned short desth, in psb__CheckPutSurfaceXvPort() argument
451 if (srcw >= destw * 8 || srch >= desth * 8) in psb__CheckPutSurfaceXvPort()
669 unsigned short desth, in psb_putsurface_xvideo() argument
719 destx, desty, destw, desth, in psb_putsurface_xvideo()
726 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth); in psb_putsurface_xvideo()
812 srcx, srcy, srcw, srch, destx, desty, destw, desth); in psb_putsurface_xvideo()
Dpsb_xrandr.h176 …full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth);
Dpsb_xrandr.c535 …_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth) in psb_xrandr_create_full_screen_window() argument
545 if (destw == 0 || desth == 0) { in psb_xrandr_create_full_screen_window()
547 desth = height; in psb_xrandr_create_full_screen_window()
549 …sb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, desty, destw, desth, 0, 0, 0); in psb_xrandr_create_full_screen_window()
/hardware/intel/common/libva/va/android/
Dva_android.cpp198 unsigned short desth,
216 unsigned short desth, in vaPutSurface() argument
234 destx, desty, destw, desth, in vaPutSurface()
238 destx, desty, destw, desth, in vaPutSurface()
/hardware/intel/common/libva/va/x11/
Dva_x11.c227 unsigned short desth,
245 unsigned short desth, in vaPutSurface() argument
260 destx, desty, destw, desth, in vaPutSurface()
264 destx, desty, destw, desth, in vaPutSurface()
/hardware/intel/common/libva/va/
Dva_tpi.c83 unsigned short desth, in vaPutSurfaceBuf() argument
97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); in vaPutSurfaceBuf()
Dva_x11.h60 unsigned short desth,
Dva_android.h74 unsigned short desth,
Dva_backend_tpi.h60 unsigned short desth,
Dva_tpi.h84 unsigned short desth,
Dva_trace.h207 unsigned short desth,
Dva_backend.h212 unsigned short desth,
Dva_trace.c3329 unsigned short desth, in va_TracePutSurface() argument
3348 va_TraceMsg(trace_ctx, "\tdesth = %d\n", desth); in va_TracePutSurface()
/hardware/intel/img/psb_video/src/
Dpsb_output.h201 unsigned short desth,
224 unsigned short desth,
Dpsb_overlay.h353 unsigned short desth,
Dpsb_overlay.c1446 unsigned short desth, in psb_putsurface_overlay() argument
1467 destx, desty, destw, desth, in psb_putsurface_overlay()
Dpsb_drv_video.c2875 unsigned short __maybe_unused desth, argument
2893 …tureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, /* check subpi…