Searched refs:nAPETotalBytes (Results 1 – 3 of 3) sorted by relevance
193 pInfo->nAPETotalBytes = m_pIO->GetSize(); in AnalyzeCurrent()195 …pInfo->nAverageBitrate = (pInfo->nLengthMS <= 0) ? 0 : int((double(pInfo->nAPETotalBytes) *… in AnalyzeCurrent()257 pInfo->nAPETotalBytes = m_pIO->GetSize(); in AnalyzeOld()259 …pInfo->nAverageBitrate = (pInfo->nLengthMS <= 0) ? 0 : int((double(pInfo->nAPETotalBytes) *… in AnalyzeOld()
49 int nAPETotalBytes; // total bytes of the APE file member
184 nRetVal = m_APEFileInfo.nAPETotalBytes; in GetInfo()