Searched refs:isConsiderRsStartTime (Results 1 – 2 of 2) sorted by relevance
169 int64_t GetEffectiveFrameTime(bool isConsiderRsStartTime) const;170 float GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const;
271 const bool isConsiderRsStartTime = in UpdateJankFrame() local274 …const int64_t frameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - … in UpdateJankFrame()888 int64_t RSJankStats::GetEffectiveFrameTime(bool isConsiderRsStartTime) const in GetEffectiveFrameTime()890 if (isConsiderRsStartTime) { in GetEffectiveFrameTime()899 float RSJankStats::GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const in GetEffectiveFrameTimeFloat()901 if (isConsiderRsStartTime) { in GetEffectiveFrameTimeFloat()