Searched refs:src_w (Results 1 - 25 of 161) sorted by relevance

1234567

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.h79 short src_w, short src_h,
87 short src_w, short src_h,
/xsrc/external/mit/libdrm/dist/exynos/
H A Dexynos_fimg2d.c505 unsigned int src_w, src_h, dst_w, dst_h; local in function:g2d_copy
507 src_w = w;
510 src_w = src->width - src_x;
521 w = MIN(src_w, dst_w);
589 unsigned int src_w, src_h, dst_w, dst_h; local in function:g2d_move
591 src_w = w;
594 src_w = img->width - src_x;
605 w = MIN(src_w, dst_w);
669 * @src_w: width value to source buffer.
681 unsigned int src_y, unsigned int src_w,
679 g2d_copy_with_scale(struct g2d_context * ctx,struct g2d_image * src,struct g2d_image * dst,unsigned int src_x,unsigned int src_y,unsigned int src_w,unsigned int src_h,unsigned int dst_x,unsigned int dst_y,unsigned int dst_w,unsigned int dst_h,unsigned int negative) argument
797 unsigned int src_w, src_h, dst_w, dst_h; local in function:g2d_blend
905 g2d_scale_and_blend(struct g2d_context * ctx,struct g2d_image * src,struct g2d_image * dst,unsigned int src_x,unsigned int src_y,unsigned int src_w,unsigned int src_h,unsigned int dst_x,unsigned int dst_y,unsigned int dst_w,unsigned int dst_h,enum e_g2d_op op) argument
[all...]
H A Dexynos_fimg2d.h320 unsigned int src_y, unsigned int src_w,
330 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c682 short src_w, short src_h,
746 intrep = ((drw_w == src_w) || (drw_w < 2)) ? 0 : 1;
747 tmp = (((src_w - intrep) << 16)/(drw_w - intrep)) << hzoom;
769 short src_w, short src_h,
800 incx = (src_w << 20)/(drw_w * padw);
848 short src_w, short src_h,
868 x2 = src_x + src_w;
958 width, height, dstPitch, src_x, src_y, src_w, src_h,
972 x1, y1, x2, y2, &dstBox, src_w, src_h, drw_w, drw_h);
1178 short src_w, shor
674 MGADisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
763 MGADisplayVideoTexture(ScrnInfoPtr pScrn,int id,int offset,int nbox,BoxPtr pbox,int width,int height,int pitch,short src_x,short src_y,short src_w,short src_h,short drw_x,short drw_y,short drw_w,short drw_h) argument
844 MGAPutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool Sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
1174 MGADisplaySurface(XF86SurfacePtr surface,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
1347 CopyMungedScanline_AXP(CARD32 * fb_ptr,short src_w,CARD32 * tsp,CARD32 * tpu,CARD32 * tpv) argument
1406 CopyMungedScanlineFilter_AXP(CARD32 * fb_ptr,short src_w,CARD32 * tsp1,CARD32 * tpu1,CARD32 * tpv1,CARD32 * tsp2,CARD32 * tpu2,CARD32 * tpv2,int beta,int xds) argument
1518 MGACopyScaledILOAD(ScrnInfoPtr pScrn,int id,unsigned char * buf,BoxPtr pbox,int width,int height,int pitch,short src_x,short src_y,short src_w,short src_h,short drw_x,short drw_y,short drw_w,short drw_h) argument
1808 MGACopyILOAD(ScrnInfoPtr pScrn,int id,unsigned char * buf,BoxPtr pbox,int width,int height,int pitch,short src_x,short src_y,short src_w,short src_h,short drw_x,short drw_y,short drw_w,short drw_h) argument
1977 MGAPutImageILOAD(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool Sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video_overlay.c201 BoxPtr dstBox, short src_w, short src_h, short drw_w,
244 request.src_scan_width = src_w * scale;
331 BoxPtr dstBox, short src_w, short src_h, short drw_w,
357 tmp = src_w;
358 src_w = src_h;
365 src_w, src_h, drw_w, drw_h);
372 short src_w, short src_h,
387 "width %d, height %d\n", src_x, src_y, src_w, src_h, drw_x,
394 if (src_w >= (drw_w * 8))
395 drw_w = src_w /
197 intel_overlay_put_image(intel_screen_private * intel,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
328 intel_video_overlay_display(ScrnInfoPtr scrn,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
369 intel_video_overlay_put_image(ScrnInfoPtr scrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr drawable) argument
[all...]
H A Dintel_uxa_video.c203 * The source rectangle of the video is defined by (src_x, src_y, src_w, src_h).
219 short src_w, short src_h,
239 "width %d, height %d\n", src_x, src_y, src_w, src_h, drw_x,
248 src_w, src_h, drw_w, drw_h,
292 src_w, src_h,
297 src_w, src_h,
302 src_w, src_h, drw_w, drw_h,
216 intel_uxa_video_put_image_textured(ScrnInfoPtr scrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr drawable) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video_overlay.c201 BoxPtr dstBox, short src_w, short src_h, short drw_w,
244 request.src_scan_width = src_w * scale;
331 BoxPtr dstBox, short src_w, short src_h, short drw_w,
357 tmp = src_w;
358 src_w = src_h;
365 src_w, src_h, drw_w, drw_h);
372 short src_w, short src_h,
387 "width %d, height %d\n", src_x, src_y, src_w, src_h, drw_x,
394 if (src_w >= (drw_w * 8))
395 drw_w = src_w /
197 intel_overlay_put_image(intel_screen_private * intel,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
328 intel_video_overlay_display(ScrnInfoPtr scrn,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
369 intel_video_overlay_put_image(ScrnInfoPtr scrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr drawable) argument
[all...]
H A Dintel_uxa_video.c203 * The source rectangle of the video is defined by (src_x, src_y, src_w, src_h).
219 short src_w, short src_h,
239 "width %d, height %d\n", src_x, src_y, src_w, src_h, drw_x,
248 src_w, src_h, drw_w, drw_h,
292 src_w, src_h,
297 src_w, src_h,
302 src_w, src_h, drw_w, drw_h,
216 intel_uxa_video_put_image_textured(ScrnInfoPtr scrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr drawable) argument
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c91 short src_w, short src_h,
103 src_w, src_h,
87 ephyr_glamor_xv_put_image(KdScreenInfo * screen,DrawablePtr pDrawable,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,void * data) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c536 INT32 src_w = (src_x2 - src_x1) & 0x1FFF; local in function:TDFXScreenToScreenYUVStretchBlit
545 TDFXWriteLong(pTDFX, SST_2D_SRCSIZE, src_w | (src_h<<16));
561 short src_h, short src_w,
585 TDFXCopyData(psrc, pdst, width, 1024, src_h, src_w + (src_x & 0x1));
591 TDFXCopyData(psrc, pdst, width >> 1, 1024, src_h >> 1, src_w >> 1);
597 TDFXCopyData(psrc, pdst, width >> 1, 1024, src_h >> 1, src_w >> 1);
618 short src_w, short src_h,
641 if (!(pTDFX->textureBuffer = TDFXAllocateMemoryArea(pScrn, pTDFX->textureBuffer, src_w, src_h)))
645 YUVPlanarToPacked (pScrn, src_x, src_y, src_h, src_w,
658 #define SCALEX(dx) ((int)(((dx) * src_w) / drw_
559 YUVPlanarToPacked(ScrnInfoPtr pScrn,short src_x,short src_y,short src_h,short src_w,int id,unsigned char * buf,short width,short height,FBAreaPtr fbarea) argument
614 TDFXPutImageTexture(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
787 TDFXDisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int left,int right,int top,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
881 TDFXPutImageOverlay(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool Sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
1270 TDFXDisplaySurface(XF86SurfacePtr surface,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c493 short src_w, short src_h,
561 tmp = drw_w / src_w;
562 if (drw_w == src_w) tmp = 0;
570 ((((src_w-1)<<1)-(drw_w-1)) & 0xfff)
577 if (drw_w == src_w)
584 ((((src_w-1)<<1)-(drw_w-1)) & 0xfff)
588 ((src_w - 1) & 0x7ff) | (((src_w-drw_w-1) & 0x7ff) << 16)
691 short src_w, short src_h,
715 x2 = src_x + src_w;
482 S3VDisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
687 S3VPutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_overlay.c199 short drw_x, short drw_y, short src_w, short src_h,
225 short drw_y, short src_w, short src_h,
232 short drw_y, short src_w, short src_h,
387 short drw_y, short src_w, short src_h,
421 return port->play(pScrn, port, src_x, src_y, drw_x, drw_y, src_w, src_h,
455 short drw_y, short src_w, short src_h,
476 return port->play(pScrn, port, src_x, src_y, drw_x, drw_y, src_w,
496 arg.src.w = src_w;
669 short drw_x, short drw_y, short src_w, short src_h,
678 src_x, src_y, src_w, src_
385 vmw_video_port_init(ScrnInfoPtr pScrn,struct vmwgfx_overlay_port * port,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,RegionPtr clipBoxes,DrawablePtr pDraw) argument
453 vmw_video_port_play(ScrnInfoPtr pScrn,struct vmwgfx_overlay_port * port,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,RegionPtr clipBoxes,DrawablePtr pDraw) argument
668 vmw_xv_put_image(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr dst) argument
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_video.c88 short src_w, short src_h,
96 short src_w, short src_h,
104 short src_w, short src_h,
112 short src_w, short src_h,
1475 short src_w, short src_h,
1530 if (src_w >= (drw_w * 2)) {
1531 if (src_w < (drw_w * 4)) {
1533 scalratio = HSCALING(src_w,(drw_w*4));
1534 } else if (src_w < (drw_w * 8)) {
1536 scalratio = HSCALING(src_w,(drw_
1467 SavageDisplayVideoOld(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1627 SavageDisplayVideoNew(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1770 SavageDisplayVideo2000(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1902 SavagePutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
2311 SavageDisplaySurface(XF86SurfacePtr surface,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_videostr.h47 short src_x, src_y, src_w, src_h; member in struct:__anoncc78517f0108
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.h73 short src_x, src_y, src_w, src_h; member in struct:__anon0d6959380108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_context.h56 int src_w,
H A Dxa_yuv.c112 int src_w,
140 scale_x = (float)src_w / (float)dst_w;
109 xa_yuv_planar_blit(struct xa_context * r,int src_x,int src_y,int src_w,int src_h,int dst_x,int dst_y,int dst_w,int dst_h,struct xa_box * box,unsigned int num_boxes,const float conversion_matrix[],struct xa_surface * dst,struct xa_surface * yuv[]) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_context.h56 int src_w,
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c215 resize_nn(const uint8_t *data, int src_w, int src_h, int dst_w, int dst_h) argument
222 dst = malloc(src_w * src_h * 4);
229 src_x = dst_x * src_w / dst_w;
230 dst[dst_y * dst_w + dst_x] = src[src_y * src_w + src_x];
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c617 short src_w, short src_h,
680 if ((pTrident->videoFlags & VID_ZOOM_MINI) && src_w > drw_w)
681 zoomx2 = (int)((float)drw_w/(float)src_w * 1024)
682 | (((int)((float)src_w/(float)drw_w) - 1)&7)<<10 | 0x8000;
684 zoomx2 = (int)(float)src_w/(float)drw_w * 1024;
689 if (drw_w == src_w
690 || ((pTrident->videoFlags & VID_ZOOM_NOMINI) && (src_w > drw_w))) {
694 if (drw_w > src_w) {
697 z = (float)((drw_w)/(float)src_w) - 1.0;
705 zoomx1 = ((float)drw_w/(float)src_w);
609 TRIDENTDisplayVideo(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
779 TRIDENTPutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
1062 TRIDENTDisplaySurface(XF86SurfacePtr surface,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c300 short src_w, short src_h, short drw_w, short drw_h,
315 src_x, src_y, src_w, src_h);
319 if (src_w > 720)
320 src_w = 720;
327 x2 = src_x + src_w;
336 clipBoxes, src_w, src_h)){
354 src_pitch = (src_w + 7) & ~7;
357 if (src_w <= drw_w){
358 xscale = (src_w * 0x1000 / drw_w) & 0xffff;
607 short src_w, shor
298 NEOPutVideo(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
605 NEOPutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
791 NEODisplayVideo(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1065 NEODisplaySurface(XF86SurfacePtr surface,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarevideo.c203 short drw_x, short drw_y, short src_w, short src_h,
210 short drw_x, short drw_y, short src_w, short src_h,
235 short drw_y, short src_w, short src_h,
245 short drw_y, short src_w, short src_h,
651 short drw_y, short src_w, short src_h,
722 return pVid->play(pScrn, pVid, src_x, src_y, drw_x, drw_y, src_w, src_h,
791 short drw_y, short src_w, short src_h,
836 return pVid->play(pScrn, pVid, src_x, src_y, drw_x, drw_y, src_w,
864 items[SVGA_VIDEO_SRC_WIDTH].value = src_w;
1097 short drw_x, short drw_y, short src_w, shor
649 vmwareVideoInitStream(ScrnInfoPtr pScrn,VMWAREVideoPtr pVid,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,RegionPtr clipBoxes,DrawablePtr draw) argument
789 vmwareVideoPlay(ScrnInfoPtr pScrn,VMWAREVideoPtr pVid,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,RegionPtr clipBoxes,DrawablePtr draw) argument
1096 vmwareXvPutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int format,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr dst) argument
[all...]
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h344 unsigned int src_w,
360 unsigned int src_w,
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c323 BoxPtr dstBox, short src_w, short src_h,
330 if (drw_w == src_w)
336 ((((src_w - 1) << 1) - (drw_w - 1)) & 0xfff));
337 SET_SSTRETCH(((src_w - 1) & 0x7ff) |
338 (((src_w - drw_w) & 0x7ff) << 16));
363 short drw_x, short drw_y, short src_w, short src_h,
381 x2 = src_x + src_w;
487 src_w, src_h, drw_w, drw_h);
320 S3DisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
362 S3PutImage(ScrnInfoPtr pScrn,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv04_xv_ovl.c44 short src_w, short src_h, short drw_w, short drw_h,
87 nvWriteVIDEO(pNv, NV_PVIDEO_STEP_SIZE, (uint32_t)(((src_h - 1) << 11) / (drw_h - 1)) << 16 | (uint32_t)(((src_w - 1) << 11) / (drw_w - 1)));
41 NV04PutOverlayImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int offset,int id,int dstPitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,short width,short height,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument

Completed in 28 milliseconds

1234567