Searched refs:finfo (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-2.1/build/demos/arcdemo/src/ |
| D | arctest1.c | 37 void callback(s32 result, DVDFileInfo* finfo); 59 DVDFileInfo finfo; in chdirOpenAllocRead() local 95 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead() 116 length = DVDGetLength(&finfo); in chdirOpenAllocRead() 119 if (OSRoundUp32B(length) != DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead() 142 DVDClose(&finfo); in chdirOpenAllocRead() 150 DVDFileInfo finfo; in Read() local 155 result = DVDFastOpen(entrynum, &finfo); in Read() 162 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read() 166 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read() [all …]
|
| D | arctest2.c | 37 void callback(s32 result, DVDFileInfo* finfo); 43 DVDFileInfo finfo; variable 96 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead() 116 length = DVDGetLength(&finfo); in chdirOpenAllocRead() 124 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), in chdirOpenAllocRead() 134 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead() 159 DVDClose(&finfo); in chdirOpenAllocRead() 170 result = DVDFastOpen(entrynum, &finfo); in Read() 177 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read() 180 DVDRead(&finfo, &header, (s32)sizeof(ARCHeader), 0) ) in Read() [all …]
|
| D | arctest3.c | 48 ARCFileInfo finfo; in printOneLevel() local 111 if (FALSE == ARCOpen(&Arc, dirent.name, &finfo)) in printOneLevel() 117 OSReport("F %9d %s\n", ARCGetLength(&finfo), dirent.name); in printOneLevel() 119 ARCClose(&finfo); in printOneLevel() 130 DVDFileInfo finfo; in Read() local 135 result = DVDFastOpen(entrynum, &finfo); in Read() 142 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read() 146 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read() 151 DVDClose(&finfo); in Read()
|
| /RvlSDK-2.1/build/demos/dvddemo/src/ |
| D | directory.c | 55 DVDFileInfo finfo; in printOneLevel() local 118 if (FALSE == DVDOpen(dirent.name, &finfo)) in printOneLevel() 124 OSReport("F %9d %s\n", DVDGetLength(&finfo), dirent.name); in printOneLevel() 126 DVDClose(&finfo); in printOneLevel()
|
| /RvlSDK-2.1/build/demos/videmo/src/ |
| D | viewer.c | 174 DVDFileInfo finfo; in readConvertBmp() local 179 if (FALSE == DVDOpen(fileName, &finfo)) in readConvertBmp() 185 length = DVDGetLength(&finfo); in readConvertBmp() 196 DVDRead(&finfo, buf, (s32)OSRoundUp32B(length), 0)) in readConvertBmp() 226 DVDClose(&finfo); in readConvertBmp() 315 DVDFileInfo finfo; in idle() local 320 if (FALSE == DVDOpen(dirent.name, &finfo)) in idle() 326 length = DVDGetLength(&finfo); in idle() 334 DVDRead(&finfo, ip->image, (s32)OSRoundUp32B(length), 0)) in idle() 339 DVDClose(&finfo); in idle()
|
| /RvlSDK-2.1/build/libraries/gd/src/ |
| D | GDFile.c | 413 DVDFileInfo finfo; in GDReadDLFile() local 422 if (FALSE == DVDOpen(fName, &finfo)) in GDReadDLFile() 428 length = DVDGetLength(&finfo); in GDReadDLFile() 433 DVDClose(&finfo); in GDReadDLFile() 438 DVDRead(&finfo, buf, (s32)OSRoundUp32B(length), 0)) in GDReadDLFile() 441 DVDClose(&finfo); in GDReadDLFile() 446 DVDClose(&finfo); in GDReadDLFile()
|