| /RvlSDK-3.1/build/tools/soundfile/src/ |
| D | aifffile.h | 48 u8 chunk[4]; 49 u8 bytes[4]; 50 u8 channels[2]; 51 u8 samples[4]; 52 u8 bitsPerSample[2]; 53 u8 samplesPerSec[10]; 60 u8 chunk[4]; 61 u8 bytes[4]; 62 u8 normalKey; 63 u8 detune; [all …]
|
| /RvlSDK-3.1/include/revolution/ |
| D | enc.h | 88 ENCResult ENCSetExternalEncoding(ENCContext* context, const u8* encoding); 89 ENCResult ENCGetExternalEncoding(const ENCContext* context, u8* encoding); 92 ENCResult ENCGetNextCharacterWidth(const ENCContext* context, const u8* src, u32* width); 94 ENCResult ENCConvertToInternalEncoding(ENCContext* context, u16* dst, s32* dstlen, const u8* src, s… 95 ENCResult ENCConvertFromInternalEncoding(ENCContext* context, u8* dst, s32* dstlen, const u16* src,… 100 ENCResult ENCCheckEncoding(s32* index, const u8** encodings, s32 encsize, const u16* src, s32 srcle… 103 ENCResult ENCIs7BitEncoding(BOOL* is7bit, const u8* encoding); 111 ENCResult ENCSetUnicodeBOM8(u8* dst, s32 dstlen); 115 ENCResult ENCConvertStringUnicodeToAscii(u8* dst, s32* dstlen, const u16* src, s32* srclen); 116 ENCResult ENCConvertStringAsciiToUnicode(u16* dst, s32* dstlen, const u8* src, s32* srclen); [all …]
|
| D | syn.h | 74 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel); 97 u8 controller [16][128]; // MIDI controller registers 99 u8 rpn [16]; // weather to enter rpn or nrpn data 110 u8 input[SYN_INPUT_BUFFER_SIZE][3]; 111 u8 *inputPosition; 134 u8 midiChannel; // MIDI channel for this voice 135 u8 keyNum; // key number for this voice 136 u8 keyVel; // key velocity 137 u8 pan; // absolute panning for drum sounds 138 u8 keyGroup; // key group 1 - 15 [all …]
|
| D | fnt.h | 56 u8 encoding; // encoding for string 57 u8 padding_[3]; 61 u8 bufferTop[]; // font buffer top 68 u8 glyphWidth; // glyph width 70 u8 charHeight; // character height 80 u8 width; // width (for TAB & scale standard) 81 u8 height; // height 82 u8 maxCharWidth; // max character width 83 u8 ascent; // ascent 84 u8 descent; // descent [all …]
|
| /RvlSDK-3.1/build/demos/mididemo/src/ |
| D | midiqueue.c | 40 static BOOL isStatusByte(u8 ch); 41 static BOOL isDataByte (u8 ch); 42 static BOOL isSupportedMidiMessage(u8 ch); 43 static BOOL isSupportedMidiControl(u8 ch); 44 static BOOL isNoteOnMessage(u8 ch); // 3 bytes 45 static BOOL isNoteOffMessage(u8 ch); // 3 bytes 46 static BOOL isControlChangeMessage(u8 ch); // 3 bytes 47 static BOOL isProgramChangeMessage(u8 ch); // 2 bytes 48 static BOOL isPitchbendChangeMessage(u8 ch); // 3 bytes 49 static BOOL isExclusiveMessage(u8 ch); // Flexible length [all …]
|
| /RvlSDK-3.1/include/revolution/dvd/ |
| D | DVDBanner.h | 54 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image 55 u8 shortTitle[32]; // Short game title shown in IPL menu 56 u8 shortMaker[32]; // Short developer, publisher names shown in IPL menu 57 u8 longTitle[64]; // Long game title shown in IPL game start screen 58 u8 longMaker[64]; // Long developer, publisher names shown in IPL game start screen 59 u8 comment[128]; // Game description shown in IPL game start screen in two lines. 65 u8 shortTitle[32]; // Short game title shown in IPL menu 66 u8 shortMaker[32]; // Short developer, publisher names shown in IPL menu 67 u8 longTitle[64]; // Long game title shown in IPL game start screen 68 u8 longMaker[64]; // Long developer, publisher names shown in IPL game start screen [all …]
|
| /RvlSDK-3.1/include/dolphin/dvd/ |
| D | DVDBanner.h | 48 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image 49 u8 shortTitle[32]; // Short game title shown in IPL menu 50 u8 shortMaker[32]; // Short developer, publisher names shown in IPL menu 51 u8 longTitle[64]; // Long game title shown in IPL game start screen 52 u8 longMaker[64]; // Long developer, publisher names shown in IPL game start screen 53 u8 comment[128]; // Game description shown in IPL game start screen in two lines. 59 u8 shortTitle[32]; // Short game title shown in IPL menu 60 u8 shortMaker[32]; // Short developer, publisher names shown in IPL menu 61 u8 longTitle[64]; // Long game title shown in IPL game start screen 62 u8 longMaker[64]; // Long developer, publisher names shown in IPL game start screen [all …]
|
| /RvlSDK-3.1/include/revolution/gx/ |
| D | GXEmVert.h | 37 void EmGXCmd1u8( u8 x ); 40 void EmGXParam1u8( u8 x ); 56 void EmGXPosition3u8 ( u8 x, u8 y, u8 z ); 61 void EmGXPosition2u8 ( u8 x, u8 y ); 64 void EmGXPosition1x8 ( u8 idx ); 71 void EmGXNormal1x8 ( u8 idx ); 74 void EmGXColor4u8 ( u8 r, u8 g, u8 b, u8 a ); 75 void EmGXColor3u8 ( u8 r, u8 g, u8 b ); 79 void EmGXColor1x8 ( u8 idx ); 86 void EmGXTexCoord2u8 ( u8 s, u8 t ); [all …]
|
| D | GXCommandList.h | 90 extern u8 GXTexMode0Ids[8]; 91 extern u8 GXTexMode1Ids[8]; 92 extern u8 GXTexImage0Ids[8]; 93 extern u8 GXTexImage1Ids[8]; 94 extern u8 GXTexImage2Ids[8]; 95 extern u8 GXTexImage3Ids[8]; 96 extern u8 GXTexTlutIds[8]; 100 extern u8 GX2HWFiltConv[6]; 101 extern u8 HW2GXFiltConv[8];
|
| D | GXDraw.h | 51 void GXDrawCylinder(u8 numEdges); 52 void GXDrawTorus(f32 rc, u8 numc, u8 numt); 53 void GXDrawSphere(u8 numMajor, u8 numMinor); 58 void GXDrawSphere1( u8 depth ); 59 u32 GXGenNormalTable( u8 depth, f32* table );
|
| /RvlSDK-3.1/build/tools/TexConv/src/ |
| D | tga.cpp | 94 u8* imageData; 97 u8* paletteData; 103 static void UncompressTgaImage( u8* rawImage, SimpleTga* tga ); 104 static void UnencodeTgaImage( u8* riPtr, u8* dstPtr, u32 width, u32 height, u32 pixelDepth ); 105 static void OrientUncompressedTgaData( u8* srcBuff, u32 width, u32 height, u32 pixelDepth, u32 imag… 106 static void AdjustTgaForPaletteOffset( u8* dfData, SimpleTga* tga, u16 cMapStart ); 116 u32 ReadTgaFile( u32 rawSize, u8* rawBits, TCFile* dfPtr ) in ReadTgaFile() 119 u8 *rawImage, *rawPalette; in ReadTgaFile() 122 u8 imageDesc; in ReadTgaFile() 135 *(u8*)( (u8*)(&tga) + i ) = 0; in ReadTgaFile() [all …]
|
| /RvlSDK-3.1/include/revolution/cx/ |
| D | CXStreamingUncompression.h | 71 u8 *destp; // Write-destination pointer 4B 75 u8 flags; // Compression flag 1B 76 u8 headerSize; // Size of header being read 1B 84 u8 *destp; // Write-destination pointer 4B 88 u8 lengthFlg; // Length-acquired flag 1B 89 u8 flags; // Compression flag 1B 90 u8 flagIndex; // Current compression flag index 1B 91 u8 headerSize; // Size of header being read 1B 92 u8 exFormat; // LZ77 compression extension option 1B 93 u8 padding_[3]; // 3B [all …]
|
| D | CXCompression.h | 64 u32 CXCompressLZImpl(const u8 *srcp, u32 size, u8 *dstp, void *work, BOOL exFormat); 66 inline u32 CXCompressLZEx(const u8 *srcp, u32 size, u8 *dstp, void* work) in CXCompressLZEx() 70 inline u32 CXCompressLZ(const u8 *srcp, u32 size, u8 *dstp, void *work) in CXCompressLZ() 89 u32 CXCompressRL( const u8 *srcp, u32 size, u8 *dstp ); 110 u32 CXCompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work );
|
| /RvlSDK-3.1/build/libraries/cx/src/ |
| D | CXCompression.c | 77 static u32 SearchLZ ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset… 78 static void SlideByte ( LZCompressInfo * info, const u8 *srcp ); 79 static inline void LZSlide ( LZCompressInfo * info, const u8 *srcp, u32 n ); 97 u32 CXCompressLZImpl(const u8 *srcp, u32 size, u8 *dstp, void *work, BOOL exFormat) in CXCompressLZImpl() 100 u8 LZCompFlags; // Flag sequence indicating whether there is a compression in CXCompressLZImpl() 101 u8 *LZCompFlagsp; // Point to memory regions storing LZCompFlags in CXCompressLZImpl() 104 u8 i; in CXCompressLZImpl() 163 *dstp++ = (u8)( 0x10 | (length >> 12) ); in CXCompressLZImpl() 164 *dstp++ = (u8)( length >> 4 ); in CXCompressLZImpl() 170 *dstp++ = (u8)( length >> 4 ); in CXCompressLZImpl() [all …]
|
| D | CXSecureUncompression.c | 91 const u8 *pSrc = srcp; in CXSecureUncompressRL() 92 u8 *pDst = destp; in CXSecureUncompressRL() 93 u8 compType = (u8)( CXiConvertEndian_( *(u32*)pSrc ) & 0xFF ); in CXSecureUncompressRL() 126 u8 flags = *pSrc++; in CXSecureUncompressRL() 155 u8 srcTmp; in CXSecureUncompressRL() 215 const u8* pSrc = srcp; in CXSecureUncompressLZ() 216 u8* pDst = destp; in CXSecureUncompressLZ() 217 u8 compType = (u8)( CXiConvertEndian_( *(u32*)pSrc ) & 0xFF ); in CXSecureUncompressLZ() 344 extern BOOL CXiVerifyHuffmanTable_( const void* pTable, u8 bit ); 356 CXiVerifyHuffmanTable_( const void* pTable, u8 bit ) in CXiVerifyHuffmanTable_() [all …]
|
| D | CXUncompression.c | 111 const u8 *pSrc = srcp; in CXUncompressRL() 112 u8 *pDst = destp; in CXUncompressRL() 124 u8 flags = *pSrc++; in CXUncompressRL() 143 u8 srcTmp; in CXUncompressRL() 190 const u8* pSrc = srcp; in CXUncompressLZ() 191 u8* pDst = destp; in CXUncompressLZ() 318 u8 *treep = (destCount != 0)? ((u8*)pSrc + 4) : ((u8*)pSrc + 8); in CXUncompressHuffman() 319 u8 *treeStartp = treep + 1; in CXUncompressHuffman() 320 u32 dataBit = *(u8*)pSrc & 0x0FU; in CXUncompressHuffman() 342 treep = (u8*)( (((u32)treep >> 1) << 1) + (((*treep & 0x3f) + 1) << 1) + treeShift ); in CXUncompressHuffman() [all …]
|
| /RvlSDK-3.1/include/revolution/gd/ |
| D | GDBase.h | 62 u8 *start; 64 u8 *ptr; 65 u8 *top; 125 static inline void __GDWrite(u8 data); 128 static inline void GDWrite_u8(u8 data); 139 static inline void GDWriteCPCmd(u8 addr, u32 val); 141 static inline void GDWriteXFCmdHdr(u16 addr, u8 len); 142 static inline void GDWriteXFIndxACmd(u16 addr, u8 len, u16 index); 143 static inline void GDWriteXFIndxBCmd(u16 addr, u8 len, u16 index); 144 static inline void GDWriteXFIndxCCmd(u16 addr, u8 len, u16 index); [all …]
|
| /RvlSDK-3.1/build/demos/videmo/include/ |
| D | bmp.h | 48 u8 blue; 49 u8 green; 50 u8 red; 51 u8 reserved; 55 BOOL openBmp(bmpInfo_s* bi, u8* header); 58 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest1, u8* dest2); 60 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest);
|
| /RvlSDK-3.1/build/libraries/tc/include/ |
| D | TCTPLToolbox.h | 67 void TCWriteTplImage_I4 ( TCLayer* colorLayer, u8* tplBuffer ); 68 void TCWriteTplImage_I8 ( TCLayer* colorLayer, u8* tplBuffer ); 71 u8* tplBuffer ); 74 u8* tplBuffer ); 76 void TCWriteTplImage_R5G6B5 ( TCLayer* colorLayer, u8* tplBuffer ); 79 u8* tplBuffer ); 82 u8* tplBuffer ); 84 void TCWriteTplImage_CI4 ( TCLayer* colorLayer, u8* tplBuffer ); 85 void TCWriteTplImage_CI8 ( TCLayer* colorLayer, u8* tplBuffer ); 86 void TCWriteTplImage_CI14_X2( TCLayer* colorLayer, u8* tplBuffer ); [all …]
|
| /RvlSDK-3.1/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-cubeData.c | 17 u8 TestI4TexImageData[] ATTRIBUTE_ALIGN(32) = 62 u8 TestI8TexImageData[] ATTRIBUTE_ALIGN(32) = 133 u8 TestIA4TexImageData[] ATTRIBUTE_ALIGN(32) = 220 u8 TestIA8TexImageData[] ATTRIBUTE_ALIGN(32) = 267 u8 TestRGB565TexImageData[] ATTRIBUTE_ALIGN(32) = 307 u8 TestRGB5A3TexImageData[] ATTRIBUTE_ALIGN(32) = 571 u8 TestRGBA8TexImageData[] ATTRIBUTE_ALIGN(32) = 619 u8 TestC4TexImageData[] ATTRIBUTE_ALIGN(32) = 633 u8 TestC8TexImageData[] ATTRIBUTE_ALIGN(32) =
|
| /RvlSDK-3.1/include/charPipeline/tc/ |
| D | TCPalTable.h | 39 u8* rgba; 45 void TCSetPalTableValue ( TCPalTable* ptPtr, u32 index, u8 r, 46 u8 g, u8 b, u8 a ); 48 void TCGetPalTableValue ( TCPalTable* ptPtr, u32 index, u8* rPtr, 49 u8* gPtr, u8* bPtr, u8* aPtr );
|
| /RvlSDK-3.1/build/demos/osdemo/src/ |
| D | lockedcachedemo2.c | 79 void VerifyData(u8* buffer, u8 value); 80 void ProcessBuf(u8* buffer); 85 u8* Buffers[NUM_BUFFERS]; 86 u8* BufAddr[NUM_BUFFERS]; 91 u8* p = ptr; in bzero() 101 void VerifyData(u8* buffer, u8 value) in VerifyData() 122 void ProcessBuf(u8* buffer) in ProcessBuf() 125 u8 val; in ProcessBuf() 135 buffer[i] = (u8)(buffer[i] + val); in ProcessBuf() 142 u8* data; in main() [all …]
|
| D | lockedcachedemo1.c | 79 void VerifyData(u8* buffer, u8 value); 80 void ProcessBuf(u8* buffer); 85 u8* Buffers[NUM_BUFFERS]; 86 u8* BufAddr[NUM_BUFFERS]; 91 u8* p = ptr; in bzero() 101 void VerifyData(u8* buffer, u8 value) in VerifyData() 122 void ProcessBuf(u8* buffer) in ProcessBuf() 125 u8 val; in ProcessBuf() 135 buffer[i] = (u8)(buffer[i] + val); in ProcessBuf() 142 u8* data; in main() [all …]
|
| /RvlSDK-3.1/build/libraries/kpad/include/ |
| D | KPADinside.h | 97 u8 bufIdx ; 98 u8 bufCount ; 115 u8 dpd_valid2_ct ; // Number of successful consecutive two point recognitions 146 u8 readLocked ; // KPADRead() is in progress 147 u8 resetReq ; 148 u8 exResetReq ; 149 u8 dpdIssued ; 151 u8 dpdEnabled ; 152 u8 dpdCmd ; 153 u8 dpdPreCallbackDone ; [all …]
|
| /RvlSDK-3.1/build/demos/carddemo/include/ |
| D | create-1icon.h | 42 u8 Title[CARD_COMMENT_SIZE/2]; 43 u8 Description[CARD_COMMENT_SIZE/2]; 44 u8 Icon[ICON_RGB5A3_SIZE]; 49 u8 Title[CARD_COMMENT_SIZE/2]; 50 u8 Description[CARD_COMMENT_SIZE/2]; 51 u8 Icon[ICON_CI_SIZE]; 52 u8 CLUT[CLUT_SIZE];
|