Searched refs:totalInSize (Results 1 – 1 of 1) sorted by relevance
286 size_t totalInSize = 0; in calculateOutSize() local288 while (totalInSize + 4 < inSize) { in calculateOutSize()289 if (!parseMp3Header(U32_AT(header + totalInSize), &frameSize, in calculateOutSize()294 totalInSize += frameSize; in calculateOutSize()