Searched defs:nowVal (Results 1 – 4 of 4) sorted by relevance
125 …int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in WritePixelMapToPng() local
58 …int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in GenerateCurrentTimeStamp() local1510 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceRenderNodeToPng() local1540 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteCacheRenderNodeToPng() local1661 int64_t nowVal = GenerateCurrentTimeStamp(); in WritePixelMapToPng() local1685 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceBufferToPng() local
155 … int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in DumpLayersToFile() local
340 int64_t nowVal = (int64_t)now.tv_sec * secToUsec + (int64_t)now.tv_usec; in WriteToFile() local