Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/include/mediametricsservice/
DHeatMap.h78 size_t totalError = 0; in heatCount() local
91 totalError += error; in heatCount()
94 heat.emplace_front(totalOk, totalError); in heatCount()