Searched refs:mDecodedSizes (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h63 Vector<int32_t> mDecodedSizes; member in struct:android::SoftAAC2
H A DSoftAAC2.cpp677 mDecodedSizes.add(numConsumed);
720 // last <numLoops> entries from mDecodedSizes to resynchronize the in/out lists.
724 n += mDecodedSizes.itemAt(mDecodedSizes.size() - numLoops + i);
870 int32_t decodedSize = mDecodedSizes.itemAt(0);
871 mDecodedSizes.removeAt(0);
953 mDecodedSizes.clear();
976 mDecodedSizes.clear();
1039 mDecodedSizes.clear();

Completed in 39 milliseconds