Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp422 mLastDqTs = getTimestampNow(); in fetchFromIgbp_l()
578 mConsumerUsage(0), mDqFailure(0), mLastDqTs(0), in Impl()
609 if (now >= mLastDqTs + 1000000 || mDqFailure > 5) { in fetchGraphicBlock()
612 (long long)(now - mLastDqTs), mDqFailure); in fetchGraphicBlock()
759 int64_t mLastDqTs; member in C2BufferQueueBlockPool::Impl