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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp870 int32_t decodedSize = mDecodedSizes.itemAt(0); local
872 ALOGV("decoded %d of %d", decodedSize, *currentBufLeft);
873 if (*currentBufLeft > decodedSize) {
875 *currentBufLeft -= decodedSize;

Completed in 50 milliseconds