Home
last modified time | relevance | path

Searched refs:readSize (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/demos/fntdemo/src/
Dfntdemo1.c309 s32 readSize; in ReadFileAll() local
325 readSize = DVDRead(&fi, *ppBuffer, (s32)readBufferSize, 0); in ReadFileAll()
327 if (readSize != readBufferSize) in ReadFileAll()
416 s32 readSize; in InitFontStreaming() local
448 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming()
449 readOfs += readSize; in InitFontStreaming()
450 if (readSize != readSizeIn) in InitFontStreaming()
470 while (readSize > 0) in InitFontStreaming()
472 ret = FNTStreamingConstruct(*ppFont, readBuffer, (u32)readSize); in InitFontStreaming()
484 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c341 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimpleOpen()
531 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in ReadFrameAsync()
544 SimpleControl.readSize, in ReadFrameAsync()
591 SimpleControl.curOffset += SimpleControl.readSize; in __THPSimpleDVDCallback()
592 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in __THPSimpleDVDCallback()
662 SimpleControl.readSize, in THPSimplePreLoad()
672 SimpleControl.curOffset += SimpleControl.readSize; in THPSimplePreLoad()
673 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in THPSimplePreLoad()
688 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimplePreLoad()
775 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimpleLoadStop()
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPSimple.h83 s32 readSize; member
/RvlSDK-3.2/build/tools/thputilities/src/
Dthputilities.c897 size_t readSize; in THPUtyReadTHPFrameHeader() local
899 readSize = componentNum * sizeof(u32) + sizeof(u32) * 2; in THPUtyReadTHPFrameHeader()
900 rtn = fread(frameHeader, readSize, 1,ip); in THPUtyReadTHPFrameHeader()