Home
last modified time | relevance | path

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

123

/RvlSDK-3.1.4/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.1.4/build/demos/rsodemo/LinkMem2/src/
Dstatic.c54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
109 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/build/demos/rsodemo/MakeInc/src/
Dstatic.c66 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
93 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/build/demos/rsodemo/LinkJump/src/
Dstatic.c73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
128 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/build/demos/rsodemo/LinkFar/src/
Dstatic.c118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
173 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/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.1.4/build/demos/rsodemo/LinkList/src/
Dstatic.c54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
81 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed()
104 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/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.1.4/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.1.4/include/
Ddemo.h119 (void)DVDRead(&dfi, (*pal), (s32)OSRoundUp32B(dfi.length), 0); in TPLGetPalette()
/RvlSDK-3.1.4/build/demos/axdemo/src/
Daxstream.c429 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16()
430 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
537 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8()
538 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
648 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm()
649 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()
/RvlSDK-3.1.4/build/demos/rsodemo/Manually/src/
Dstatic.c56 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
85 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/
Daxseq.c119 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
DTHPSimple.c241 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 64, 0) < 0) in THPSimpleOpen()
275 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
296 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
308 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen()
649 if (DVDRead(&SimpleControl.fileInfo, in THPSimplePreLoad()
/RvlSDK-3.1.4/include/revolution/
Ddvd.h429 #define DVDRead(fileInfo, addr, length, offset) \ macro
434 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c260 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 64, 0) < 0) in THPPlayerOpen()
294 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
315 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
327 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen()
642 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
697 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
DTHPRead.c184 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
/RvlSDK-3.1.4/build/demos/mididemo/src/
Dsynth.c127 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
/RvlSDK-3.1.4/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.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c180 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
/RvlSDK-3.1.4/build/demos/carddemo/src/
Dsave.c55 result = DVDRead(&fileInfo, data, *length, 0); in LoadFile()

123