Searched refs:m_nCurrentFrameBufferBlock (Results 1 – 2 of 2) sorted by relevance
34 m_nCurrentFrameBufferBlock = 0; in CAPEDecompress()147 m_nCurrentFrameBufferBlock = nBaseFrame * GetInfo(APE_INFO_BLOCKS_PER_FRAME); in Seek()187 int nFrameOffsetBlocks = m_nCurrentFrameBufferBlock % GetInfo(APE_INFO_BLOCKS_PER_FRAME); in FillFrameBuffer()314 m_nCurrentFrameBufferBlock += nBlocks; in DecodeBlocksToFrameBuffer()
65 int m_nCurrentFrameBufferBlock; variable