Searched refs:GetEffectiveFrameTime (Results 1 – 3 of 3) sorted by relevance
192 const int64_t frameTime = GetEffectiveFrameTime(true); in SetRSJankStats()274 …const int64_t frameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - … in UpdateJankFrame()299 static_cast<float>(GetEffectiveFrameTime(true))); in UpdateHitchTime()712 std::max<float>(0.f, GetEffectiveFrameTime(true) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()722 … std::max<float>(0.f, GetEffectiveFrameTime(isFirstSetEnd_) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()888 int64_t RSJankStats::GetEffectiveFrameTime(bool isConsiderRsStartTime) const in GetEffectiveFrameTime() function in OHOS::Rosen::RSJankStats
259 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(false), 1);262 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(false), 1);264 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(true), 1);
169 int64_t GetEffectiveFrameTime(bool isConsiderRsStartTime) const;