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

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

Completed in 75 milliseconds