Searched refs:pitch (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoCapture.c | 32 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format); 179 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format) in _DEMOEncodeTGA() argument 226 _DEMOComputeRunlengths( cols, &buffer[realrow * pitch], runlength ); in _DEMOEncodeTGA() 233 pbuffer[byte] = buffer[realrow * pitch + col].z; byte++; in _DEMOEncodeTGA() 234 pbuffer[byte] = buffer[realrow * pitch + col].y; byte++; in _DEMOEncodeTGA() 235 pbuffer[byte] = buffer[realrow * pitch + col].x; byte++; in _DEMOEncodeTGA() 236 pbuffer[byte] = buffer[realrow * pitch + col].w; byte++; in _DEMOEncodeTGA() 245 pbuffer[byte] = buffer[realrow * pitch + col + i].z; byte++; in _DEMOEncodeTGA() 246 pbuffer[byte] = buffer[realrow * pitch + col + i].y; byte++; in _DEMOEncodeTGA() 247 pbuffer[byte] = buffer[realrow * pitch + col + i].x; byte++; in _DEMOEncodeTGA() [all …]
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 49 u32 pitch; member 90 pTXout32->surface.pitch = pTXin64->surface.pitch; in GFDRepackTexture32Bit() 126 pTXout64->surface.pitch = pTXin32->surface.pitch; in GFDRepackTexture64Bit()
|
| /CafeSDK-2.12.13-1/system/include/cafe/camera/ |
| D | camera.h | 222 int pitch; ///< pitch of the image in bytes member
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Surface.h | 132 u32 pitch; member 1100 dstUVSurface->pitch >>= 1; in GX2InitNV12UVSurface()
|
| /CafeSDK-2.12.13-1/system/include/cafe/vpad/ |
| D | vpadAPIs.h | 81 f32 pitch, f32 yaw, f32 roll ) ;
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | axart.h | 124 f32 pitch; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/ |
| D | kpad.h | 442 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/ |
| D | wpad.h | 506 s16 pitch; // for Wii MotionPlus member
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 346 printf(" pitch = %d\n", pGx2Textures->surface.pitch); in PrintTextureSurfaceInfo()
|