| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_overlay.h | 124 * Computes the size, pitches and offsets for YUV frames. 130 * Pitches and offsets for the given YUV frame are put in 'pitches' 141 uint32 *pitches, /* OUT (optional) */ 157 if (pitches) { 158 pitches[0] = *width; 167 if (pitches) { 168 pitches[1] = pitches[2] = tmp; 185 if (pitches) { 186 pitches[ 137 VMwareVideoGetAttributes(const SVGAOverlayFormat format,uint32 * width,uint32 * height,uint32 * size,uint32 * pitches,uint32 * offsets) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_overlay.h | 124 * Computes the size, pitches and offsets for YUV frames. 130 * Pitches and offsets for the given YUV frame are put in 'pitches' 141 uint32 *pitches, /* OUT (optional) */ 157 if (pitches) { 158 pitches[0] = *width; 167 if (pitches) { 168 pitches[1] = pitches[2] = tmp; 185 if (pitches) { 186 pitches[ 137 VMwareVideoGetAttributes(const SVGAOverlayFormat format,uint32 * width,uint32 * height,uint32 * size,uint32 * pitches,uint32 * offsets) argument [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | buffers.h | 36 unsigned int handles[4], unsigned int pitches[4],
|
| H A D | buffers.c | 116 unsigned int handles[4], unsigned int pitches[4], 289 pitches[0] = bo->pitch; 305 pitches[0] = bo->pitch; 306 pitches[1] = pitches[0] * 2 / xsub; 307 offsets[1] = pitches[0] * height; 322 pitches[0] = bo->pitch; 323 pitches[1] = pitches[0] / xsub; 324 offsets[1] = pitches[ 114 bo_create(int fd,unsigned int format,unsigned int width,unsigned int height,unsigned int handles[4],unsigned int pitches[4],unsigned int offsets[4],enum util_fill_pattern pattern) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | image.c | 132 img->pitches[0] = w; 134 img->pitches[1] = w; 142 img->pitches[0] = w * 2; 144 img->pitches[1] = w * 2; 152 img->pitches[0] = w; 154 img->pitches[1] = w / 2; 156 img->pitches[2] = w / 2; 164 img->pitches[0] = w * 2; 174 img->pitches[0] = w * 4; 264 img->pitches[ 357 unsigned pitches[3], i, j; local in function:vlVaGetImage 493 unsigned pitches[3], i, j; local in function:vlVaPutImage [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video_textured.c | 306 if (pitches) 307 pitches[0] = *w; 314 if (pitches) 315 pitches[0] = size; 320 if (pitches) 321 pitches[1] = pitches[2] = tmp; 331 if (pitches) 332 pitches[0] = size; 337 if (pitches) [all...] |
| H A D | sna_video_overlay.c | 611 if (pitches) { 612 pitches[0] = frame.pitch[1]; 613 pitches[1] = frame.pitch[0]; 614 pitches[2] = frame.pitch[0]; 625 if (pitches) 626 pitches[0] = *w; 633 if (pitches) 634 pitches[0] = size; 639 if (pitches) 640 pitches[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | image.c | 134 img->pitches[0] = w; 136 img->pitches[1] = w; 144 img->pitches[0] = w * 2; 146 img->pitches[1] = w * 2; 154 img->pitches[0] = w; 156 img->pitches[1] = w / 2; 158 img->pitches[2] = w / 2; 167 img->pitches[0] = w * 2; 177 img->pitches[0] = w * 4; 296 img->pitches[ 439 unsigned pitches[3], i, j; local in function:vlVaGetImage 582 unsigned pitches[3], i, j; local in function:vlVaPutImage [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video_textured.c | 270 if (pitches) 271 pitches[0] = *w; 278 if (pitches) 279 pitches[0] = size; 284 if (pitches) 285 pitches[1] = pitches[2] = tmp; 296 if (pitches) 297 pitches[0] = size; 303 if (pitches) [all...] |
| H A D | sna_video_overlay.c | 621 if (pitches) { 622 pitches[0] = frame.pitch[1]; 623 pitches[1] = frame.pitch[0]; 624 pitches[2] = frame.pitch[0]; 635 if (pitches) 636 pitches[0] = *w; 643 if (pitches) 644 pitches[0] = size; 649 if (pitches) 650 pitches[ [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 186 int pitches[3]; member in struct:vmwgfx_overlay_port 207 unsigned short *height, int *pitches, 405 port->pitches, port->offsets); 472 port->pitches, port->offsets); 502 arg.pitch[0] = port->pitches[0]; 503 arg.pitch[1] = port->pitches[1]; 504 arg.pitch[2] = port->pitches[2]; 729 * that case pitches and offsets are NULL. 743 int *pitches, int *offsets) 763 if (pitches) { 741 vmw_xv_query_image_attributes(ScrnInfoPtr pScrn,int format,unsigned short * width,unsigned short * height,int * pitches,int * offsets) argument [all...] |
| H A D | vmwgfx_tex_video.c | 549 int *pitches, int *offsets) 566 if (pitches) { 567 pitches[0] = size; 574 if (pitches) { 575 pitches[1] = pitches[2] = tmp; 588 if (pitches) 589 pitches[0] = size; 629 int pitches[3], offsets[3]; local in function:copy_packed_data 632 &w, &h, pitches, offset 546 query_image_attributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | drm-test.c | 172 uint32_t pitches[4]; local in function:drm_framebuffer_new 188 pitches[0] = pitch; 192 pitches, offsets, &fb->handle, 0);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_xv.c | 81 int *pitches, int *offsets) 83 return glamor_xv_query_image_attributes(id, w, h, pitches, offsets); 78 ephyr_glamor_xv_query_image_attributes(KdScreenInfo * screen,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_xv.c | 260 int *pitches, int *offsets) 272 if (pitches) 273 pitches[0] = size; 278 if (pitches) 279 pitches[1] = pitches[2] = tmp; 290 if (pitches) 291 pitches[0] = size; 296 if (pitches) 297 pitches[ 258 glamor_xv_query_image_attributes(int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video.c | 772 int *pitches, int *offsets) 801 if (pitches) 802 pitches[0] = *w; 809 if (pitches) 810 pitches[0] = size; 815 if (pitches) 816 pitches[1] = pitches[2] = tmp; 823 if (pitches) 825 pitches[ 769 intel_video_query_image_attributes(ScrnInfoPtr scrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video.c | 772 int *pitches, int *offsets) 801 if (pitches) 802 pitches[0] = *w; 809 if (pitches) 810 pitches[0] = size; 815 if (pitches) 816 pitches[1] = pitches[2] = tmp; 823 if (pitches) 825 pitches[ 769 intel_video_query_image_attributes(ScrnInfoPtr scrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 920 * video window ,video offsets( y,u,v) and video pitches(y,u,v) 1240 int *pitches, int *offsets) 1261 if (pitches) 1262 pitches[0] = size; 1267 if (pitches) 1268 pitches[1] = pitches[2] = tmp; 1280 if (pitches) 1281 pitches[0] = size; 1369 if (!(surface->pitches 1237 GX2QueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_xv.c | 1391 int id, unsigned short *w, unsigned short *h, int *pitches, 1420 if (pitches) 1421 pitches[0] = size; 1428 if (pitches) 1429 pitches[1] = pitches[2] = tmp; 1443 if (pitches) 1444 pitches[0] = size; 1449 if (pitches) 1450 pitches[ 1390 viaQueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwarevideo.c | 165 int pitches[3]; member in struct:__anon9b1761e80308 218 unsigned short *height, int *pitches, 760 fmtData->pitches, fmtData->offsets); 830 fmtData->pitches, fmtData->offsets); 874 items[regId].value = fmtData->pitches[i]; 1185 * that case pitches and offsets are NULL. 1199 int *pitches, int *offsets) 1221 if (pitches) { 1222 pitches[0] = size; 1229 if (pitches) { 1197 vmwareQueryImageAttributes(ScrnInfoPtr pScrn,int format,unsigned short * width,unsigned short * height,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_video.c | 497 int *pitches, int *offsets) 509 if(pitches) pitches[0] = size; 513 if(pitches) pitches[1] = pitches[2] = tmp; 523 if(pitches) pitches[0] = size; 495 S3QueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_xv.c | 819 int *pitches, int *offsets 835 if(pitches) pitches[0] = size; 839 if(pitches) pitches[1] = pitches[2] = tmp; 849 if(pitches) pitches[0] = size; 815 S3VQueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/ |
| H A D | glamor_xf86_xv.c | 91 int *pitches, int *offsets) 93 return glamor_xv_query_image_attributes(id, w, h, pitches, offsets); 88 glamor_xf86_xv_query_image_attributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_video.c | 1105 int *pitches, int *offsets 1119 if(pitches) pitches[0] = *w; 1126 if(pitches) pitches[0] = size; 1130 if(pitches) pitches[1] = pitches[2] = tmp; 1140 if(pitches) pitches[ 1101 I810QueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_video.c | 1095 int *pitches, int *offsets 1109 if(pitches) pitches[0] = *w; 1116 if(pitches) pitches[0] = size; 1120 if(pitches) pitches[1] = pitches[2] = tmp; 1130 if(pitches) pitches[ 1091 I810QueryImageAttributes(ScrnInfoPtr pScrn,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument [all...] |