Home
last modified time | relevance | path

Searched refs:nextDecodeIndex (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c43 #define GET_DECODE_BUFFER(p) ((p).readBuffer[(p).nextDecodeIndex].ptr)
47 #define GET_COMP_SIZE(p, i) *(u32 *)((p).readBuffer[(p).nextDecodeIndex].ptr + 4 * i + 8)
335 SimpleControl.nextDecodeIndex = 0; in THPSimpleOpen()
768 SimpleControl.nextDecodeIndex = 0; in THPSimpleLoadStop()
805 if (BUFFER_VALID(SimpleControl.nextDecodeIndex)) in THPSimpleDecode()
885 SimpleControl.readBuffer[SimpleControl.nextDecodeIndex].isValid = FALSE; in THPSimpleDecode()
886 SimpleControl.nextDecodeIndex = NEXT_BUFFER(SimpleControl.nextDecodeIndex); in THPSimpleDecode()
924 = SimpleControl.readBuffer[SimpleControl.nextDecodeIndex].frameNumber; in VideoDecode()
/RvlSDK-3.1.4/build/demos/thpdemo/include/
DTHPSimple.h71 s32 nextDecodeIndex; member