Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp475 bool waitForVSync = false; in ThreadMain() local
477 CollectConns(waitForVSync, timestamp, conns, true); in ThreadMain()
482 if (waitForVSync == true && vsyncEnabled_ == false) { in ThreadMain()
489 RS_TRACE_NAME_FMT("%s_continue: waitForVSync %d, vsyncEnabled %d, dvsyncOn %d", in ThreadMain()
490 name_.c_str(), waitForVSync, vsyncEnabled_, IsDVsyncOn()); in ThreadMain()
496 } else if ((timestamp > 0) && (waitForVSync == false) && (isRs_ || !IsDVsyncOn())) { in ThreadMain()
513 void VSyncDistributor::CollectConns(bool &waitForVSync, int64_t &timestamp, in CollectConns() argument
521 CollectConnectionsLTPO(waitForVSync, timestamp, conns, event_.vsyncPulseCount, isDvsyncThread); in CollectConns()
523 CollectConnections(waitForVSync, timestamp, conns, event_.vsyncCount, isDvsyncThread); in CollectConns()
530 bool waitForVSync in PostVSyncEventPreProcess() local
633 bool waitForVSync = false; OnVSyncTrigger() local
702 bool waitForVSync = false; SendConnectionsToVSyncWindow() local
782 CollectConnections(bool &waitForVSync, int64_t timestamp, std::vector<sptr<VSyncConnection>> &conns, int64_t vsyncCount, bool isDvsyncThread) CollectConnections() argument
833 CollectConnectionsLTPO(bool &waitForVSync, int64_t timestamp, std::vector<sptr<VSyncConnection>> &conns, int64_t vsyncCount, bool isDvsyncThread) CollectConnectionsLTPO() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h160 void CollectConnections(bool &waitForVSync, int64_t timestamp,
166 void CollectConnectionsLTPO(bool &waitForVSync, int64_t timestamp,
177 void CollectConns(bool &waitForVSync, int64_t &timestamp,

Completed in 3 milliseconds