Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DBitArray.h42 inline uint32 GetCurrentBitIndex() { return m_nCurrentBitIndex; } in GetCurrentBitIndex() function
H A DAPECompressCreate.cpp80 …rameIndex, m_spIO->GetPosition() + (m_spAPECompressCore->GetBitArray()->GetCurrentBitIndex() / 8)); in EncodeFrame()