Searched defs:nextTimeStamp (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp917 int64_t *nextTimeStamp = &mBufferTimestamps.editItemAt(0); local
918 currentTime = *nextTimeStamp;
927 *nextTimeStamp += mStreamInfo->aacSamplesPerFrame *
929 ALOGV("adjusted nextTimeStamp/size to %lld/%d",
930 (long long) *nextTimeStamp, *currentBufLeft);
935 nextTimeStamp = &mBufferTimestamps.editItemAt(0);
939 (long long) *nextTimeStamp, *currentBufLeft);

Completed in 55 milliseconds