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

/frameworks/av/include/media/stagefright/
H A DACodec.h154 KeyedVector<int64_t, BufferStats> mBufferStats; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp3152 mCodec->mBufferStats.add(timeUs, stats);
3267 index = mCodec->mBufferStats.indexOfKey(timeUs);
3269 ACodec::BufferStats *stats = &mCodec->mBufferStats.editValueAt(index);
3276 mCodec->mBufferStats.removeItemsAt(index);

Completed in 48 milliseconds