Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/thpdemo/include/
DTHPRead.h39 #define NEXT_READ_SIZE(p) *(s32 *)(p->ptr) macro
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c203 size = NEXT_READ_SIZE(readBuffer); in Reader()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPRead.c207 size = NEXT_READ_SIZE(readBuffer); in Reader()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c54 #define NEXT_READ_SIZE(p) *(u32 *)((p).readBuffer[(p).readIndex].ptr) macro
592 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in __THPSimpleDVDCallback()
673 SimpleControl.readSize = (s32)NEXT_READ_SIZE(SimpleControl); in THPSimplePreLoad()