Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c51 #define GET_DECODE_BUFFER(p) ((p).readBuffer[(p).nextDecodeIndex].ptr)
55 #define GET_COMP_SIZE(p, i) *(u32 *)((p).readBuffer[(p).nextDecodeIndex].ptr + 4 * i + 8)
346 SimpleControl.nextDecodeIndex = 0; in THPSimpleOpen()
779 SimpleControl.nextDecodeIndex = 0; in THPSimpleLoadStop()
817 if (BUFFER_VALID(SimpleControl.nextDecodeIndex)) in THPSimpleDecode()
898 SimpleControl.readBuffer[SimpleControl.nextDecodeIndex].isValid = FALSE; in THPSimpleDecode()
899 SimpleControl.nextDecodeIndex = NEXT_BUFFER(SimpleControl.nextDecodeIndex); in THPSimpleDecode()
937 = SimpleControl.readBuffer[SimpleControl.nextDecodeIndex].frameNumber; in VideoDecode()
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPSimple.h81 s32 nextDecodeIndex; member