Home
last modified time | relevance | path

Searched refs:fpsTmp (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp322 int fpsTmp = 0; in GetLastFpsInfo() local
326 fpsTmp++; in GetLastFpsInfo()
339 cntFpsInfo.fps = fpsTmp; in GetLastFpsInfo()
355 int fpsTmp = 0; in GetPrevFpsInfo() local
359 fpsTmp++; in GetPrevFpsInfo()
372 fpsGb = fpsTmp; in GetPrevFpsInfo()
DFPS.cpp253 int fpsTmp = 0; in GetLastFpsInfo() local
256 fpsTmp++; in GetLastFpsInfo()
268 cntFpsInfo.fps = fpsTmp; in GetLastFpsInfo()
284 int fpsTmp = 0; in GetPrevFpsInfo() local
287 fpsTmp++; in GetPrevFpsInfo()
299 fpsGb = fpsTmp; in GetPrevFpsInfo()
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp160 int fpsTmp = 0; in ProcessResult() local
163 fpsTmp++; in ProcessResult()
172 fpsConfig.fpsGb = fpsTmp; in ProcessResult()