Lines Matching refs:FPS
28 #include "include/FPS.h"
37 std::map<std::string, std::string> FPS::ItemData()
75 void FPS::SetFpsCurrentFpsTime(FpsInfo fpsInfoResult)
84 FpsCurrentFpsTime FPS::GetFpsCurrentFpsTime()
89 void FPS::SetPackageName(std::string pName)
94 void FPS::SetProcessId(const std::string &pid)
99 void FPS::SetLayerName(std::string sName)
103 FpsInfo FPS::GetDiffLayersFpsInfo(const std::string &sName)
110 FpsInfo FPS::GetFpsInfo()
129 LOGI("FPS:app is in the background");
140 FpsInfo FPS::GetSurfaceFrame(std::string name)
158 LOGE("FPS::Failed to create pipe");
163 LOGE("FPS::Failed to fork");
170 LOGE("FPS::Failed to execute hidumper");
182 void FPS::ReadDataFromPipe(int fd)
187 LOGI("FPS::dump time: start!");
192 LOGI("FPS:fpsInfo.curTime: %d", fpsInfo.curTime);
193 LOGI("FPS:psInfo.currTimeDump: %lld", fpsInfo.currTimeDump);
196 LOGE("FPS::Failed to open file descriptor");
201 LOGD("FPS::dump time: %s", str.c_str());
212 LOGE("FPS::Failed to close file descriptor");
216 void FPS::CalcFpsAndJitters()
244 void FPS::SetRkFlag()
249 std::string FPS::FindFpsRefreshrate()