HomeSort by relevance Sort by last modified time
    Searched refs:mBufferTimestamps (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 64 Vector<int64_t> mBufferTimestamps;
SoftAAC2.cpp 672 mBufferTimestamps.add(inHeader->nTimeStamp);
675 int64_t currentTime = mBufferTimestamps.top();
678 mBufferTimestamps.add(currentTime);
684 mBufferTimestamps.add(inHeader->nTimeStamp);
    [all...]

Completed in 33 milliseconds