Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEDecompress.cpp34 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()
H A DAPEDecompress.h65 int m_nCurrentFrameBufferBlock; variable