Searched refs:CAPEDecompress (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | APEDecompress.cpp | 12 CAPEDecompress::CAPEDecompress(int * pErrorCode, CAPEInfo * pAPEInfo, int nStartBlock, int nFinishB… in CAPEDecompress() function in CAPEDecompress 47 CAPEDecompress::~CAPEDecompress() in ~CAPEDecompress() 52 int CAPEDecompress::InitializeDecompressor() in InitializeDecompressor() 82 int CAPEDecompress::GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved) in GetData() 128 int CAPEDecompress::Seek(int nBlockOffset) in Seek() 168 int CAPEDecompress::FillFrameBuffer() in FillFrameBuffer() 232 void CAPEDecompress::DecodeBlocksToFrameBuffer(int nBlocks) in DecodeBlocksToFrameBuffer() 317 void CAPEDecompress::StartFrame() in StartFrame() 347 void CAPEDecompress::EndFrame() in EndFrame() 365 int CAPEDecompress::SeekToFrame(int nFrameIndex) in SeekToFrame() [all …]
|
H A D | APEDecompress.h | 13 class CAPEDecompress : public IAPEDecompress 17 …CAPEDecompress(int * pErrorCode, CAPEInfo * pAPEInfo, int nStartBlock = -1, int nFinishBlock = -1); 18 ~CAPEDecompress();
|
H A D | MACLib.cpp | 26 … pAPEDecompress = new CAPEDecompress(pErrorCode, pAPEInfo, nStartBlock, nFinishBlock); in CreateIAPEDecompressCore()
|