Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.cpp157 APE_TAG_FOOTER APETagFooter(m_nFields, nFieldBytes); in Save() local
160 int nTotalTagBytes = APETagFooter.GetTotalTagBytes(); in Save()
169 memcpy(&spRawTag[nLocation], &APETagFooter, APE_TAG_FOOTER_BYTES); in Save()
251 APE_TAG_FOOTER APETagFooter; in Analyze() local
253 nRetVal = m_spIO->Read((unsigned char *) &APETagFooter, APE_TAG_FOOTER_BYTES, &nBytesRead); in Analyze()
256 if (APETagFooter.GetIsValid(FALSE)) in Analyze()
259 m_nAPETagVersion = APETagFooter.GetVersion(); in Analyze()
261 int nRawFieldBytes = APETagFooter.GetFieldBytes(); in Analyze()
262 m_nTagBytes += APETagFooter.GetTotalTagBytes(); in Analyze()
265 … m_spIO->Seek(-(APETagFooter.GetTotalTagBytes() - APETagFooter.GetFieldsOffset()), FILE_END); in Analyze()
[all …]