HomeSort by relevance Sort by last modified time
    Searched defs:totalInSize (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/codec2/components/mp3/
C2SoftMp3Dec.cpp 286 size_t totalInSize = 0;
288 while (totalInSize + 4 < inSize) {
289 if (!parseMp3Header(U32_AT(header + totalInSize), &frameSize,
294 totalInSize += frameSize;
  /external/lzma/C/
MtDec.h 28 UInt64 totalInSize;
  /external/lz4/lib/
lz4frame.c 217 U64 totalInSize;
668 cctxPtr->totalInSize = 0;
    [all...]

Completed in 1901 milliseconds