Home
last modified time | relevance | path

Searched refs:RecordFpsVars (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_parse_fps.h50 struct RecordFpsVars { struct
89 inline void DecHandOffTime(Line& line, RecordFpsVars& rfv); argument
91 inline void StaticHandoffStartTime(Line& line, RecordFpsVars& rfv);
93 inline bool CountRsEndTime(Line& line, RecordFpsVars& rfv, float staticTime, SpString uiPoint);
108 RecordFpsVars rfV;
/developtools/profiler/host/smartperf/client/client_command/
Dsp_parse_fps.cpp115 void ParseFPS::StaticHandoffStartTime(Line& line, RecordFpsVars& rfv) in StaticHandoffStartTime()
136 void ParseFPS::DecHandOffTime(Line& line, RecordFpsVars& rfv) in DecHandOffTime()
159 bool ParseFPS::CountRsEndTime(Line& line, RecordFpsVars& rfv, float staticTime, SpString uiPoint) in CountRsEndTime()