Searched refs:timestampSize (Results 1 – 1 of 1) sorted by relevance
26 const size_t timestampSize = sizeof(nsecs_t); in getFlattenedSize() local28 size_t size = timestampSize; in getFlattenedSize()29 size += 3 * desiredPresentTimesNano.size() * timestampSize; in getFlattenedSize()40 const size_t timestampSize = sizeof(nsecs_t); in flatten() local43 memcpy(timestamps, &refreshPeriodNano, timestampSize); in flatten()46 memcpy(timestamps, desiredPresentTimesNano.array(), frameCount * timestampSize); in flatten()49 memcpy(timestamps, actualPresentTimesNano.array(), frameCount * timestampSize); in flatten()52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize); in flatten()58 const size_t timestampSize = sizeof(nsecs_t); in unflatten() local60 if (size < timestampSize) { in unflatten()[all …]