Home
last modified time | relevance | path

Searched refs:next_expected_frame_time (Results 1 – 4 of 4) sorted by last modified time

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/frame_sinks/
H A Dbegin_frame_source.cc125 base::TimeTicks next_expected_frame_time, in EstimateTickCountsBetween() argument
127 if (next_expected_frame_time.is_null()) in EstimateTickCountsBetween()
136 (frame_time + error_margin - next_expected_frame_time) / vsync_interval); in EstimateTickCountsBetween()
H A Dbegin_frame_source.h146 base::TimeTicks next_expected_frame_time,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/frame_sinks/
H A Dbegin_frame_source.cc119 base::TimeTicks next_expected_frame_time, in EstimateTickCountsBetween() argument
121 if (next_expected_frame_time.is_null()) in EstimateTickCountsBetween()
130 (frame_time + error_margin - next_expected_frame_time) / vsync_interval; in EstimateTickCountsBetween()
H A Dbegin_frame_source.h146 base::TimeTicks next_expected_frame_time,