Lines Matching refs:fps
37 result["fps"] = std::to_string(fpsInfoResult.fps); in ItemData()
38 LOGI("result.fps====: %s", std::to_string(fpsInfoResult.fps).c_str()); in ItemData()
50 ByTrace::GetInstance().CheckFpsJitters(fpsInfoResult.jitters, fpsInfoResult.fps); in ItemData()
95 LOGI("Print fps: %s", std::to_string(fpsInfo.fps).c_str()); in PrintFpsInfo()
123 if (fpsInfo.fps > uniteFpsInfo.fps) { in GetFpsInfoMax()
128 if (fpsInfoMax.fps < fpsValue) { in GetFpsInfoMax()
129 fpsInfoMax.fps = fpsValue; in GetFpsInfoMax()
135 fpsInfoMax.fps = 0; in GetFpsInfoMax()
146 cntFpsInfo.fps = 0; in GetFpsInfoMax()
171 fpsInfoMax.fps = 0; in GetFpsInfo()
209 fpsInfo.fps = 0; in GetFpsInfoResult()
211 LOGI("fpsInfo.fps0: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
216 fpsInfo.fps = fpsInfo.preFps; in GetFpsInfoResult()
217 LOGI("fpsInfo.fps1: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
221 fpsInfo.fps = fpsGb; in GetFpsInfoResult()
225 LOGI("fpsInfo.fps2: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
230 fpsInfo.fps = fpsGb; in GetFpsInfoResult()
232 LOGI("fpsInfo.fps3: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
236 fpsInfo.fps = fpsInfo.preFps; in GetFpsInfoResult()
237 LOGI("fpsInfo.fps4: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
240 fpsInfo.fps = 0; in GetFpsInfoResult()
242 LOGI("fpsInfo.fps5: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
268 cntFpsInfo.fps = fpsTmp; in GetLastFpsInfo()
269 LOGI("cntFpsInfo.fps====: %s", std::to_string(cntFpsInfo.fps).c_str()); in GetLastFpsInfo()
334 tmp.fps = 0; in GetSurfaceFrame()
339 fpsInfo.fps = 0; in GetSurfaceFrame()