Home
last modified time | relevance | path

Searched refs:GetSurfaceFrame (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp109 fpsInfoMax = GetSurfaceFrame(sName); in GetDiffLayersFpsInfo()
138 fpsInfoMax = GetSurfaceFrame(uniteLayer); in GetFpsInfo()
145 FpsInfo FPS::GetSurfaceFrame(std::string name) in GetSurfaceFrame() function in OHOS::SmartPerf::FPS
Dprofiler_fps.cpp233 fpsInfoMax = GetSurfaceFrame(uniteLayer); in GetFpsInfo()
239 fpsInfoMax = GetSurfaceFrame(uniteLayer); in GetFpsInfo()
247 FpsInfoProfiler ProfilerFPS::GetSurfaceFrame(std::string name) in GetSurfaceFrame() function in OHOS::SmartPerf::ProfilerFPS
/developtools/profiler/host/smartperf/client/client_command/include/
DFPS.h98 FpsInfo GetSurfaceFrame(std::string name);
Dprofiler_fps.h69 FpsInfoProfiler GetSurfaceFrame(std::string name);
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp223 static FpsInfo GetSurfaceFrame(std::string name, FpsConfig &fpsConfig) in GetSurfaceFrame() function
330 gfpsInfo = GetSurfaceFrame(layerName, fpsConfig); in GetFpsUniteInfo()
331 gfpsUniteInfo = GetSurfaceFrame(uniteLayer, fpsUniteConfig); in GetFpsUniteInfo()