Home
last modified time | relevance | path

Searched refs:GetPeriod (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_sample_test.cpp64 int64_t period = vsyncSampler->GetPeriod(); in HWTEST_F()
85 int64_t period = vsyncSampler->GetPeriod(); in HWTEST_F()
106 int64_t period = vsyncSampler->GetPeriod(); in HWTEST_F()
127 int64_t period = vsyncSampler->GetPeriod(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h36 virtual int64_t GetPeriod() const = 0;
65 virtual int64_t GetPeriod() const override;
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtask.h91 uint32_t GetPeriod() const in GetPeriod() function in OHOS::Task
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_timer.h37 int32_t GetPeriod() in GetPeriod() function in OHOS::GraphicTimer
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_period_manager.h39 DashPeriodInfo *GetPeriod();
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp70 liDueTime.QuadPart = -(timer->GetPeriod() * HUNDRED_NS_PER_MS); in WinAsyncThread()
72 LONG period = (timer->IsPeriodic() ? timer->GetPeriod() : 0); in WinAsyncThread()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_sampler_test.cpp115 * CaseDescription: 1. call GetPeriod
119 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->GetPeriod(), 0); in HWTEST_F()
127 * CaseDescription: 1. call GetPeriod
136 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->GetPeriod(), 1); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h72 int64_t GetPeriod() in GetPeriod() function in OHOS::Rosen::VSyncCallBackListener
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_period_manager.cpp274 DashPeriodInfo *DashPeriodManager::GetPeriod() in GetPeriod() function in OHOS::Media::Plugins::HttpPlugin::DashPeriodManager
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp325 int64_t VSyncSampler::GetPeriod() const in GetPeriod() function in OHOS::Rosen::impl::VSyncSampler
H A Dvsync_receiver.cpp298 int64_t periodNotShared = listener_->GetPeriod(); in GetVSyncPeriodAndLastTimeStamp()
H A Dvsync_distributor.cpp559 event_.period = dvsync_->GetPeriod(); in PostVSyncEventPreProcess()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp108 periodMr->GetPeriod(); in HWTEST_F()

Completed in 8 milliseconds