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

/frameworks/av/include/media/stagefright/
H A DACodec.h197 int64_t mFillBufferDoneTimeUs; member in struct:android::ACodec::BufferStats
/frameworks/av/media/libstagefright/
H A DACodec.cpp4947 stats.mFillBufferDoneTimeUs = -1ll;
5076 stats->mFillBufferDoneTimeUs = ALooper::GetNowUs();
5080 stats->mFillBufferDoneTimeUs - stats->mEmptyBufferTimeUs);

Completed in 6840 milliseconds