Home
last modified time | relevance | path

Searched refs:DVDRead (Results 1 – 25 of 51) sorted by relevance

123

/RvlSDK-3.2/build/demos/arcdemo/src/
Darctest2.c124 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), in chdirOpenAllocRead()
134 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead()
180 DVDRead(&finfo, &header, (s32)sizeof(ARCHeader), 0) ) in Read()
190 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
Darctest1.c119 if (OSRoundUp32B(length) != DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead()
166 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
Darctest3.c146 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
/RvlSDK-3.2/build/demos/rsodemo/LinkMem2/src/
Dstatic.c53 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
81 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
108 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dstatic.c65 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
92 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/rsodemo/LinkJump/src/
Dstatic.c74 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
103 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
130 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/rsodemo/LinkFar/src/
Dstatic.c123 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
151 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
178 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/darchdemo/src/
Ddarchdemo.c101 … if(!DVDRead(&dvdFileInfo, darchFileInfo->fileStart, (s32)OSRoundUp32B(darchFileInfo->length), 0)) in GetFileInfo()
142 if(!DVDRead(&dvdFileInfo, cmpBuffer, (s32)OSRoundUp32B(cmpSize), 0)) in CompTest()
/RvlSDK-3.2/build/demos/dvddemo/src/
Ddvdfatal.c56 if (0 > DVDRead(&fileInfo, OSGetArenaLo(), (s32)OSRoundUp32B(fileSize), 0)) in main()
Ddvddemo1.c111 if (0 > DVDRead(&fileInfo, (void*)buffer, (s32)OSRoundUp32B(fileSize), 0)) in main()
/RvlSDK-3.2/build/demos/rsodemo/LinkList/src/
Dstatic.c53 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
80 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed()
103 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/reldemo/src/
Dstatic.c129 result = DVDRead(&fileInfo, module, length, 0); in Load()
188 result = DVDRead(&fileInfo, ptr, (s32) length, 0); in main()
/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress_stream.c221 DVDRead( &fileInfo, buf, (s32)OSRoundUp32B( fileInfo.length ), 0 ); in LoadTexData()
252 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()
319 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()
386 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataHuff()
/RvlSDK-3.2/include/
Ddemo.h127 (void)DVDRead(&dfi, (*pal), (s32)OSRoundUp32B(dfi.length), 0); in TPLGetPalette()
/RvlSDK-3.2/build/demos/axdemo/src/
Daxstream.c426 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16()
427 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
534 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8()
535 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
645 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm()
646 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()
/RvlSDK-3.2/build/demos/rsodemo/Manually/src/
Dstatic.c55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
84 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
Daxseq.c119 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
DTHPSimple.c252 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 64, 0) < 0) in THPSimpleOpen()
286 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
307 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
319 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
660 if (DVDRead(&SimpleControl.fileInfo, in THPSimplePreLoad()
/RvlSDK-3.2/include/revolution/
Ddvd.h429 #define DVDRead(fileInfo, addr, length, offset) \ macro
434 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c270 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 64, 0) < 0) in THPPlayerOpen()
304 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
325 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
337 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
652 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
707 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
DTHPRead.c184 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
/RvlSDK-3.2/build/demos/mididemo/src/
Dsynth.c127 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
/RvlSDK-3.2/build/demos/fntdemo/src/
Dfntdemo1.c325 readSize = DVDRead(&fi, *ppBuffer, (s32)readBufferSize, 0); in ReadFileAll()
448 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming()
484 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c180 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()

123