Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c330 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimpleOpen()
520 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in ReadFrameAsync()
533 SimpleControl.readSize, in ReadFrameAsync()
580 SimpleControl.curOffset += SimpleControl.readSize; in __THPSimpleDVDCallback()
581 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in __THPSimpleDVDCallback()
651 SimpleControl.readSize, in THPSimplePreLoad()
661 SimpleControl.curOffset += SimpleControl.readSize; in THPSimplePreLoad()
662 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in THPSimplePreLoad()
677 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimplePreLoad()
764 SimpleControl.readSize = (s32)SimpleControl.header.firstFrameSize; in THPSimpleLoadStop()
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPSimple.h73 s32 readSize; member
/RvlSDK-2.1/build/tools/thputilities/src/
Dthputilities.c892 size_t readSize; in THPUtyReadTHPFrameHeader() local
894 readSize = componentNum * sizeof(u32) + sizeof(u32) * 2; in THPUtyReadTHPFrameHeader()
895 rtn = fread(frameHeader, readSize, 1,ip); in THPUtyReadTHPFrameHeader()