Home
last modified time | relevance | path

Searched refs:GetVSyncPulse (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_vsync_generator_controller.cpp65 uint64_t pulse = vsyncGenerator_->GetVSyncPulse() >= 0 ? in CalcVSyncQuickTriggerTime()
66 static_cast<uint64_t>(vsyncGenerator_->GetVSyncPulse()) : 0; in CalcVSyncQuickTriggerTime()
107 currentOffset_ = vsyncGenerator_->GetVSyncPulse() * pulseNum; in ChangeGeneratorRate()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h67 virtual int64_t GetVSyncPulse() = 0;
109 int64_t GetVSyncPulse() override;
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h157 auto pulse = CreateVSyncGenerator()->GetVSyncPulse(); in GetPipelineOffset()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_120to30_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_ltpo_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_90to30_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_90to60_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_30to120_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_30to60_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_30to90_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_60to120_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_90to120_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_60to90_test.cpp148 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_60to30_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_120to90_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
H A Dvsync_120to60_test.cpp141 std::cout << "pulse:" << vsyncGenerator->GetVSyncPulse() << std::endl; in Process1()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp713 int64_t VSyncGenerator::GetVSyncPulse() in GetVSyncPulse() function in OHOS::Rosen::impl::VSyncGenerator

Completed in 13 milliseconds