• Home
  • Raw
  • Download

Lines Matching refs:fps

42     LOGI("result.fps====: %s", std::to_string(fpsInfoResult.fps).c_str());  in GetResultFPS()
43 if (fpsInfoResult.fps == 0) { in GetResultFPS()
46 printf("fps:%d|%lld\n", fpsInfoResult.fps, msStartTime / oneSec); in GetResultFPS()
48 printf("fps:%d|%lld\n", fpsInfoResult.fps, lastCurrTime + oneThousand); in GetResultFPS()
55 fpsInfoResult.fps = 0; in GetResultFPS()
56 printf("fps:%d|%lld\n", fpsInfoResult.fps, lastCurrTime + oneThousand); in GetResultFPS()
60 printf("fps:%d|%lld\n", fpsInfoResult.fps, currTime / oneSec); in GetResultFPS()
63 printf("fps:%d|%lld\n", fpsInfoResult.fps, lastCurrTime + oneThousand); in GetResultFPS()
75 if (sectionsNum == ten && fpsInfoResult.fps != 0) { in GetResultFPS()
210 if (fpsInfo.fps > uniteFpsInfo.fps) { in GetFpsInfoMax()
215 if (fpsInfoMax.fps < fpsValue) { in GetFpsInfoMax()
216 fpsInfoMax.fps = fpsValue; in GetFpsInfoMax()
222 fpsInfoMax.fps = 0; in GetFpsInfoMax()
229 cntFpsInfo.fps = 0; in GetFpsInfoMax()
247 fpsInfoMax.fps = 0; in GetFpsInfoMax()
259 fpsInfoMax.fps = 0; in GetFpsInfo()
278 fpsInfo.fps = 0; in GetFpsInfoResult()
280 LOGI("fpsInfo.fps0: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
285 fpsInfo.fps = fpsInfo.preFps; in GetFpsInfoResult()
286 LOGI("fpsInfo.fps1: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
290 fpsInfo.fps = fpsGb; in GetFpsInfoResult()
294 LOGI("fpsInfo.fps2: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
299 fpsInfo.fps = fpsGb; in GetFpsInfoResult()
301 LOGI("fpsInfo.fps3: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
305 fpsInfo.fps = fpsInfo.preFps; in GetFpsInfoResult()
306 LOGI("fpsInfo.fps4: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
309 fpsInfo.fps = 0; in GetFpsInfoResult()
311 LOGI("fpsInfo.fps5: %s", std::to_string(fpsInfo.fps).c_str()); in GetFpsInfoResult()
339 cntFpsInfo.fps = fpsTmp; in GetLastFpsInfo()
340 LOGI("cntFpsInfo.fps====: %s", std::to_string(cntFpsInfo.fps).c_str()); in GetLastFpsInfo()
401 tmp.fps = 0; in GetSurfaceFrame()
406 fpsInfo.fps = 0; in GetSurfaceFrame()