Searched refs:desiredPresentTimesNano (Results 1 – 4 of 4) 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
135 outStats->desiredPresentTimesNano.push_back(desiredPresentTimeNano); in getStats()
494 size_t frameCount = stats.desiredPresentTimesNano.size(); in nativeGetContentFrameStats()516 nsecs_t postedTimeNano = stats.desiredPresentTimesNano[i]; in nativeGetContentFrameStats()578 size_t frameCount = stats.desiredPresentTimesNano.size(); in nativeGetAnimationFrameStats()