Searched refs:totalFrameCount (Results 1 – 2 of 2) sorted by relevance
164 if (newData->totalFrameCount > (1 << 24)) { in switchStorageToAshmem()177 newData->totalFrameCount >>= divider; in switchStorageToAshmem()178 newData->totalFrameCount += mData->totalFrameCount; in switchStorageToAshmem()213 mData->totalFrameCount++; in addFrame()262 dprintf(fd, "\nTotal frames rendered: %u", data->totalFrameCount); in dumpData()264 (float) data->jankFrameCount / (float) data->totalFrameCount * 100.0f); in dumpData()288 mData->totalFrameCount = 0; in reset()297 int pos = percentile * data->totalFrameCount / 100; in findPercentile()298 int remaining = data->totalFrameCount - pos; in findPercentile()
51 uint32_t totalFrameCount; member