Home
last modified time | relevance | path

Searched defs:nowVal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsnapshot_surface.cpp125 …int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in WritePixelMapToPng() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp58 …int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in GenerateCurrentTimeStamp() local
1510 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceRenderNodeToPng() local
1540 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteCacheRenderNodeToPng() local
1661 int64_t nowVal = GenerateCurrentTimeStamp(); in WritePixelMapToPng() local
1685 int64_t nowVal = GenerateCurrentTimeStamp(); in WriteSurfaceBufferToPng() local
H A Drs_composer_adapter.cpp155 … int64_t nowVal = static_cast<int64_t>(now.tv_sec) * secToUsec + static_cast<int64_t>(now.tv_usec); in DumpLayersToFile() local
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp340 int64_t nowVal = (int64_t)now.tv_sec * secToUsec + (int64_t)now.tv_usec; in WriteToFile() local