Home
last modified time | relevance | path

Searched defs:fpsInfo (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp93 static void PrintFpsInfo(FpsInfo &fpsInfo, const std::string tag, const std::string type) in PrintFpsInfo()
201 FpsInfo FPS::GetFpsInfoResult(FpsInfo &fpsInfo, long long &lastLineTime) in GetFpsInfoResult()
247 void FPS::GetLastFpsInfo(FpsInfo &fpsInfo) in GetLastFpsInfo()
273 void FPS::GetPrevFpsInfo(FpsInfo &fpsInfo) in GetPrevFpsInfo()
312 void FPS::InitParams(FpsInfo &fpsInfo, long long &lastLineTime) in InitParams()
Dprofiler_fps.cpp116 void ProfilerFPS::GetSectionsFps(FpsInfoProfiler &fpsInfo) in GetSectionsFps()
270 FpsInfoProfiler ProfilerFPS::GetFpsInfoResult(FpsInfoProfiler &fpsInfo, long long &lastLineTime) in GetFpsInfoResult()
316 void ProfilerFPS::GetLastFpsInfo(FpsInfoProfiler &fpsInfo) in GetLastFpsInfo()
344 void ProfilerFPS::GetPrevFpsInfo(FpsInfoProfiler &fpsInfo) in GetPrevFpsInfo()
379 void ProfilerFPS::InitParams(FpsInfoProfiler &fpsInfo, long long &lastLineTime) in InitParams()
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp133 static void ProcessResult(FILE *fp, FpsConfig &fpsConfig, FpsInfo &fpsInfo) in ProcessResult()
195 FpsInfo &fpsInfo = fpsMap[name]; in GetSurfaceFrame() local
/developtools/profiler/host/smartperf/client/client_command/include/
DFPS.h73 FpsInfo fpsInfo; variable
Dprofiler_fps.h80 FpsInfoProfiler fpsInfo; variable