Home
last modified time | relevance | path

Searched refs:mLastDqLogTs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp487 mDqFailure(0), mLastDqTs(0), mLastDqLogTs(0), in Impl()
518 if (mLastDqLogTs == 0) { in fetchGraphicBlock()
519 mLastDqLogTs = getTimestampNow(); in fetchGraphicBlock()
522 if (now >= mLastDqLogTs + 5000000) { in fetchGraphicBlock()
528 mLastDqLogTs = now; in fetchGraphicBlock()
654 int64_t mLastDqLogTs; member in C2BufferQueueBlockPool::Impl