Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 9 of 9) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoCapture.c32 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/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp49 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/system/include/cafe/camera/
Dcamera.h222 int pitch; ///< pitch of the image in bytes member
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Surface.h132 u32 pitch; member
1100 dstUVSurface->pitch >>= 1; in GX2InitNV12UVSurface()
/CafeSDK-2.12.13/system/include/cafe/vpad/
DvpadAPIs.h81 f32 pitch, f32 yaw, f32 roll ) ;
/CafeSDK-2.12.13/system/include/cafe/
Daxart.h124 f32 pitch; member
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h442 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;
/CafeSDK-2.12.13/system/include/cafe/pads/wpad/
Dwpad.h506 s16 pitch; // for Wii MotionPlus member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp346 printf(" pitch = %d\n", pGx2Textures->surface.pitch); in PrintTextureSurfaceInfo()