Home
last modified time | relevance | path

Searched refs:destx (Results 1 – 25 of 26) sorted by relevance

12

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c366 short destx, 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
418 destx = subpicture->subpic_dstx + surface_x; in psb_DisplayRGBASubpicture()
444 if (destx < 0) { in psb_DisplayRGBASubpicture()
445 destw += destx; in psb_DisplayRGBASubpicture()
446 destx = 0; in psb_DisplayRGBASubpicture()
454 if ((destx + destw) > surface_w) in psb_DisplayRGBASubpicture()
455 destw = surface_w - destx; in psb_DisplayRGBASubpicture()
485 pPriv->clear_key[i].subpic_dstx = destx; in psb_DisplayRGBASubpicture()
[all …]
Dpsb_x11.h56 short destx; member
117 short destx,
135 short destx,
152 short destx,
Dpsb_ctexture.c60 static VAStatus psb_extend_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsig… 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()
227 short destx, in psb_putsurface_ctexture() argument
466 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture()
468 …char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, des… in psb_putsurface_ctexture()
473 …char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, des… in psb_putsurface_ctexture()
484 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture()
487 …minfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, des… in psb_putsurface_ctexture()
492 …minfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, des… in psb_putsurface_ctexture()
502 …srcx, srcy, srcw, srch, destx, desty, display_width, display_height, texture_priv->current_blt_buf… in psb_putsurface_ctexture()
[all …]
Dpsb_x11.c112 short destx, in psb_putsurface_x11() argument
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height); in psb_putsurface_x11()
463 short destx, in psb_PutSurface() argument
491 destx, desty, destw, desth, flags); in psb_PutSurface()
511 destx, desty, destw, desth, in psb_PutSurface()
527 destx, desty, destw, desth, in psb_PutSurface()
533 destx, desty, destw, desth, in psb_PutSurface()
Dpsb_xvva.c377 short destx, in psb__CheckPutSurfaceXvPort() argument
666 short destx, 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 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int de…
Dpsb_xrandr.c535 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int de… in psb_xrandr_create_full_screen_window() argument
549 …win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, de… in psb_xrandr_create_full_screen_window()
/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c156 short destx, in psb_putsurface_ctexture() argument
177 destx, desty, destw, desth, 0, /* no subtitle */ in psb_putsurface_ctexture()
196 short destx, /* screen cooridination */
224 destx += _pos_x;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
248 short destx;
254 psb_android_get_destbox(&destx, &desty, &destw, &desth);
256 if ((destx >= 0) && (desty >= 0) &&
257 ((destx + destw) <= output->screen_width) &&
[all …]
Dpsb_output_android.h43 short destx; member
Dpsb_android_glue.h43 …void psb_android_get_destbox(short* destx, short* desty, unsigned short* destw, unsigned short* de…
/hardware/intel/common/libva/va/android/
Dva_android.cpp196 short destx,
214 short destx, in vaPutSurface() argument
235 destx, desty, destw, desth, in vaPutSurface()
239 destx, desty, destw, desth, in vaPutSurface()
/hardware/intel/common/libva/va/x11/
Dva_x11.c224 short destx,
242 short destx, in vaPutSurface() argument
260 destx, desty, destw, desth, in vaPutSurface()
264 destx, desty, destw, desth, in vaPutSurface()
/hardware/intel/common/libva/va/
Dva_tpi.c80 short destx, in vaPutSurfaceBuf() argument
97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); in vaPutSurfaceBuf()
Dva_x11.h57 short destx,
Dva_android.h71 short destx,
Dva_backend_tpi.h57 short destx,
Dva_tpi.h81 short destx,
Dva_trace.h204 short destx,
Dva_backend.h209 short destx,
/hardware/intel/img/psb_video/src/
Dpsb_output.h198 short destx,
221 short destx,
Dpsb_overlay.h350 short destx,
Dpsb_overlay.c1443 short destx, in psb_putsurface_overlay() argument
1467 destx, desty, destw, desth, in psb_putsurface_overlay()
Dpsb_drv_video.c2939 short __maybe_unused destx, argument
2960 …psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth,…
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp3473 unsigned int destx, desty,destW, destH; in render_fb() local
3559 case 1: destx = 0; in render_fb()
3564 case 2: destx = vinfo.xres/2; in render_fb()
3570 case 3: destx = 0; in render_fb()
3575 case 4: destx = vinfo.xres/2; in render_fb()
3582 destx = 0; in render_fb()
3596 e->dst_rect.x = destx; in render_fb()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp3929 unsigned int destx, desty,destW, destH; in render_fb() local
4010 destx = 0; in render_fb()
4016 destx = vinfo.xres/2; in render_fb()
4023 destx = 0; in render_fb()
4029 destx = vinfo.xres/2; in render_fb()
4036 destx = 0; in render_fb()
4050 e->dst_rect.x = destx; in render_fb()

12