Home
last modified time | relevance | path

Searched refs:NS_TO_S (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp111 auto particleAnimate = renderParticleAnimation->Animate(NS_TO_S);
119 particleSystem_->Emit(NS_TO_S, activeParticles, imageVector);
120 particleSystem_->UpdateParticle(NS_TO_S, activeParticles);
168 particleSystem->UpdateParticle(NS_TO_S, activeParticles);
H A Drs_render_particle_emitter_test.cpp132 particleEmitter->EmitParticle(NS_TO_S);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp90 particleCount_ += static_cast<float>(emitRate * deltaTime) / NS_TO_S; in EmitParticle()
H A Drs_render_animation.cpp342 float frameInterval = (time - animationFraction_.GetLastFrameTime()) * 1.0f / NS_TO_S; in Animate()
H A Drs_render_particle_effector.cpp301 float dt = static_cast<float>(deltaTime) / NS_TO_S; in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_display_sync.cpp94 int32_t frameRate = round(1.0 / (static_cast<double>(currentPeriod_) / NS_TO_S)); in OnFrameSkip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h32 constexpr int32_t NS_TO_S = 1000000000; variable
H A Dperf_monitor.cpp57 return (ts.tv_sec * NS_TO_S + ts.tv_nsec); in GetCurrentRealTimeNs()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp40 const int32_t NS_TO_S = 1000000000; variable
1023 return (ts.tv_sec * NS_TO_S + ts.tv_nsec); in GetCurrentRealTimeNs()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h344 constexpr int64_t NS_TO_S = 1000000000; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp839 … g_transactionTimeCorrection = static_cast<int64_t>((replayStartTime - recordStartTime) * NS_TO_S); in SetTransactionTimeCorrection()