Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp286 size_t totalInSize = 0; in calculateOutSize() local
288 while (totalInSize + 4 < inSize) { in calculateOutSize()
289 if (!parseMp3Header(U32_AT(header + totalInSize), &frameSize, in calculateOutSize()
294 totalInSize += frameSize; in calculateOutSize()