/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_controller.h | 33 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) = 0;
53 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate);
|
H A D | vsync_distributor.h | 159 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate);
182 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate);
203 void SendConnectionsToVSyncWindow(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode,
206 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate);
|
H A D | vsync_generator.h | 41 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) = 0;
68 virtual VsyncError SetVSyncMode(VSyncMode vsyncMode) = 0;
110 VsyncError SetVSyncMode(VSyncMode vsyncMode) override;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_controller_test.cpp | 34 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) override;
53 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) {}
in OnVSyncEvent() 52 OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnVSyncEvent() argument
|
H A D | vsync_generator_test.cpp | 82 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) override;
88 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate)
in OnVSyncEvent() 87 OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnVSyncEvent() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_controller.cpp | 92 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate)
in OnVSyncEvent() 100 cb->OnVSyncEvent(now, period, refreshRate, vsyncMode, vsyncMaxRefreshRate);
in OnVSyncEvent() 91 OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnVSyncEvent() argument
|
H A D | vsync_distributor.cpp | 583 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate)
in OnDVSyncTrigger() 586 vsyncMode_ = vsyncMode;
in OnDVSyncTrigger() 598 SendConnectionsToVSyncWindow(now, period, refreshRate, vsyncMode, locker);
in OnDVSyncTrigger() 626 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate)
in OnVSyncTrigger() 642 vsyncMode_ = vsyncMode;
in OnVSyncTrigger() 685 uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate)
in OnVSyncEvent() 689 OnDVSyncTrigger(now, period, refreshRate, vsyncMode, vsyncMaxRefreshRate);
in OnVSyncEvent() 693 OnVSyncTrigger(now, period, refreshRate, vsyncMode, vsyncMaxRefreshRate);
in OnVSyncEvent() 699 VSyncMode vsyncMode, std::unique_lock<std::mutex> &locker)
in SendConnectionsToVSyncWindow() 582 OnDVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnDVSyncTrigger() argument 625 OnVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnVSyncTrigger() argument 684 OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, uint32_t vsyncMaxRefreshRate) OnVSyncEvent() argument 698 SendConnectionsToVSyncWindow(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode, std::unique_lock<std::mutex> &locker) SendConnectionsToVSyncWindow() argument
|
H A D | vsync_generator.cpp | 719 VsyncError VSyncGenerator::SetVSyncMode(VSyncMode vsyncMode)
in SetVSyncMode() argument 721 RS_TRACE_NAME_FMT("SetVSyncMode:%d", vsyncMode);
in SetVSyncMode() 723 pendingVsyncMode_ = vsyncMode;
in SetVSyncMode()
|