Searched refs:desiredPresentTimesNano (Results 1 – 5 of 5) sorted by relevance
29 size += 3 * desiredPresentTimesNano.size() * timestampSize; in getFlattenedSize()41 size_t frameCount = desiredPresentTimesNano.size(); in flatten()46 memcpy(timestamps, desiredPresentTimesNano.array(), frameCount * timestampSize); in flatten()70 desiredPresentTimesNano.resize(frameCount); in unflatten()71 memcpy(desiredPresentTimesNano.editArray(), timestamps, frameCount * timestampSize); in unflatten()
40 Vector<nsecs_t> desiredPresentTimesNano; variable
131 outStats->desiredPresentTimesNano.push_back(desiredPresentTimeNano); in getStats()
681 size_t frameCount = stats.desiredPresentTimesNano.size(); in nativeGetContentFrameStats()703 nsecs_t postedTimeNano = stats.desiredPresentTimesNano[i]; in nativeGetContentFrameStats()765 size_t frameCount = stats.desiredPresentTimesNano.size(); in nativeGetAnimationFrameStats()