Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp268 ++mDqFailure; in dequeueBuffer()
335 mDqFailure = 0; in fetchFromIgbp_l()
488 mDqFailure(0), mLastDqTs(0), mLastDqLogTs(0), in Impl()
525 if (now >= mLastDqTs + 1000000 || mDqFailure > 5) { in fetchGraphicBlock()
528 (long long)(now - mLastDqTs), mDqFailure); in fetchGraphicBlock()
674 size_t mDqFailure; member in C2BufferQueueBlockPool::Impl