Searched refs:mDroppedFrameCount (Results 1 – 4 of 4) sorted by relevance
66 streamStat.mDroppedFrameCount = 0; in buildAndReset()97 streamStat.mDroppedFrameCount++; in incCounter()98 } else if (streamStat.mRequestedFrameCount - streamStat.mDroppedFrameCount == 1) { in incCounter()
32 int64_t mDroppedFrameCount; member47 mDroppedFrameCount(0), in StreamStats()
500 Float mDroppedFrameCount = 0f; field in DevCameraActivity512 mDroppedFrameCount += droppedFrameCount; in performanceDataAvailable()517 …ormat("TTP %dms HAL %dms Framedrops:%.2f", mTimeToFirstFrame, mHalWaitTime, mDroppedFrameCount)); in performanceDataAvailable()
2225 streamStats[i].mErrorCount = stats->second.mDroppedFrameCount; in notifyStatus()