Searched refs:nextDecodeIndex (Results 1 – 2 of 2) sorted by relevance
43 #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()
71 s32 nextDecodeIndex; member