Home
last modified time | relevance | path

Searched refs:historicalPresentfences_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp105 historicalPresentfences_.clear(); in Init()
570 if (historicalPresentfences_.size() == NUMBER_OF_HISTORICAL_FRAMES) { in UpdateInfosAfterCommit()
571 thirdFrameAheadPresentFence_ = historicalPresentfences_[presentFenceIndex_]; in UpdateInfosAfterCommit()
572 historicalPresentfences_[presentFenceIndex_] = fbFence; in UpdateInfosAfterCommit()
575 historicalPresentfences_.push_back(fbFence); in UpdateInfosAfterCommit()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h106 std::vector<sptr<SyncFence>> historicalPresentfences_; member in OHOS::Rosen::HdiOutput

Completed in 2 milliseconds