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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp965 int64_t *nextTimeStamp = &mBufferTimestamps.editItemAt(0); local
966 currentTime = *nextTimeStamp;
975 *nextTimeStamp += mStreamInfo->aacSamplesPerFrame *
977 ALOGV("adjusted nextTimeStamp/size to %lld/%d",
978 (long long) *nextTimeStamp, *currentBufLeft);
983 nextTimeStamp = &mBufferTimestamps.editItemAt(0);
987 (long long) *nextTimeStamp, *currentBufLeft);

Completed in 445 milliseconds