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 673 mBufferTimestamps.add(inHeader->nTimeStamp);
676 int64_t currentTime = mBufferTimestamps.top();
679 mBufferTimestamps.add(currentTime);
685 mBufferTimestamps.add(inHeader->nTimeStamp);
    [all...]

Completed in 68 milliseconds