Searched refs: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() local127 filename = "/data/PixelMap_" + std::to_string(nowVal) + ".png"; in WritePixelMapToPng()
58 …int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in GenerateCurrentTimeStamp() local59 return nowVal; in GenerateCurrentTimeStamp()1510 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceRenderNodeToPng() local1514 std::to_string(nowVal) + ".png"; in WriteSurfaceRenderNodeToPng()1540 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteCacheRenderNodeToPng() local1543 std::to_string(nowVal) + ".png"; in WriteCacheRenderNodeToPng()1661 int64_t nowVal = GenerateCurrentTimeStamp(); in WritePixelMapToPng() local1662 std::string filename = "/data/PixelMap_" + std::to_string(nowVal) + ".png"; in WritePixelMapToPng()1685 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceBufferToPng() local1686 …ing filename = "/data/SurfaceBuffer_" + std::to_string(id) + "_" + std::to_string(nowVal) + ".png"; in WriteSurfaceBufferToPng()
155 … int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in DumpLayersToFile() local158 …ss << "/data/layer_" << layerInfo->GetSurface()->GetName() << "_" << nowVal << "_" << buffer->Get… in DumpLayersToFile()
340 int64_t nowVal = (int64_t)now.tv_sec * secToUsec + (int64_t)now.tv_usec; in WriteToFile() local343 ss << prefixPath << pid << "_" << name << "_" << nowVal << "_" << format << "_" in WriteToFile()