Searched refs:frameReadyTimesNano (Results 1 – 4 of 4) sorted by relevance
52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize); in flatten()78 frameReadyTimesNano.resize(frameCount); in unflatten()79 memcpy(frameReadyTimesNano.editArray(), timestamps, frameCount * timestampSize); in unflatten()
53 Vector<nsecs_t> frameReadyTimesNano; variable
141 outStats->frameReadyTimesNano.push_back(frameReadyTimeNano); in getStats()
528 nsecs_t readyTimeNano = stats.frameReadyTimesNano[i]; in nativeGetContentFrameStats()