/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_time_sync.h | 41 static TimeOffset CallCalculateRawTimeOffset(const TimeSyncPacket &timeSyncInfo, TimeOffset deltaTime) in CallCalculateRawTimeOffset() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_system.cpp | 49 void RSRenderParticleSystem::Emit(int64_t deltaTime, std::vector<std::shared_ptr<RSRenderParticle>>& activeParticles, in Emit() argument 62 UpdateParticle( int64_t deltaTime, std::vector<std::shared_ptr<RSRenderParticle>>& activeParticles) UpdateParticle() argument
|
H A D | rs_render_particle_animation.cpp | 52 int64_t deltaTime = time - animationFraction_.GetLastFrameTime(); in Animate() local
|
H A D | rs_render_particle_emitter.cpp | 71 void RSRenderParticleEmitter::EmitParticle(int64_t deltaTime) in EmitParticle() argument
|
H A D | rs_particle_noise_field.cpp | 93 Vector2f ParticleNoiseField::ApplyField(const Vector2f& position, float deltaTime) in ApplyField() argument
|
H A D | rs_animation_fraction.cpp | 88 bool RSAnimationFraction::IsStartRunning(const int64_t deltaTime, const int64_t startDelayNs) in IsStartRunning() argument 112 int64_t deltaTime = time - lastFrameTime_; in GetAnimationFraction() local
|
H A D | rs_render_particle_effector.cpp | 103 void RSRenderParticleEffector::UpdateColor(const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateColor() argument 133 void RSRenderParticleEffector::UpdateOpacity(const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateOpacity() argument 162 void RSRenderParticleEffector::UpdateScale(const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateScale() argument 187 void RSRenderParticleEffector::UpdateSpin(const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateSpin() argument 32 CalculateColorInt(const std::shared_ptr<RSRenderParticle>& particle, Vector4<int16_t> colorInt, Vector4<float> colorF, Vector4<float> colorSpeed, float deltaTime) CalculateColorInt() argument 208 UpdateAccelerationAngle( const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) UpdateAccelerationAngle() argument 230 UpdateAccelerationValue( const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) UpdateAccelerationValue() argument 252 UpdatePosition(const std::shared_ptr<RSRenderParticle>& particle, const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, float deltaTime) UpdatePosition() argument 284 UpdateActiveTime(const std::shared_ptr<RSRenderParticle>& particle, int64_t deltaTime) UpdateActiveTime() argument 295 Update(const std::shared_ptr<RSRenderParticle>& particle, const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, int64_t deltaTime) Update() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_animation_fraction_test.cpp | 134 int64_t deltaTime = 1; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_fraction_test.cpp | 122 int64_t deltaTime = 1; in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/core/ |
H A D | render_manager.cpp | 118 int32_t deltaTime = curTime - lastTime; in UpdateFPSByAverageSamplingMethod() local 150 int32_t deltaTime = curTime - lastTime; in UpdateFPSByPreciseSamplingMethod() local
|
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_hdi_device_test.cpp | 160 int64_t deltaTime = 4000000; // 4ms member in AudioHdiDeviceTest
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_context_manager.cpp | 76 const float deltaTime = static_cast<float>( in BeginFrame() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_particle_noise_field.h | 114 Vector2f ApplyAllFields(const Vector2f& position, float deltaTime) in ApplyAllFields() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | time_helper.cpp | 110 Timestamp deltaTime = 1UL; in GetTime() local
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | video_sink.cpp | 175 int64_t deltaTime = ct4Buffer - thisBufferTime; in CheckBufferLatenessMayWait() local
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 228 bool Engine::TickFrame(IEcs& ecs, uint64_t totalTime, uint64_t deltaTime) in TickFrame() argument
|
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 1918 float deltaTime = 0;
in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_register_conflict_test.cpp | 272 static void SyncPutConflictData(int deltaTime) in SyncPutConflictData() argument 306 static void SyncDeleteConflictData(const int deltaTime) in SyncDeleteConflictData() argument 330 static void SyncPutFromDiffDevConflictData(const int deltaTime) in SyncPutFromDiffDevConflictData() argument 351 static void SyncDeleteFromDiffDevConflictData(const int deltaTime) in SyncDeleteFromDiffDevConflictData() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.cpp | 461 bool RenderPreprocessorSystem::Update(bool frameRenderingQueued, uint64_t totalTime, uint64_t deltaTime) in Update() argument
|
H A D | render_system.cpp | 1313 bool RenderSystem::Update(bool frameRenderingQueued, uint64_t totalTime, uint64_t deltaTime) in Update() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_effector_test.cpp | 54 float deltaTime = 0.1f; member in OHOS::Rosen::RSRenderParticleEffectorTest 602 float deltaTime = 10.f; HWTEST_F() local 647 float deltaTime = 10.f; HWTEST_F() local 678 float deltaTime = 10.f; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 647 uint64_t deltaTime = 0; in HandleMulFingersTap() local
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pro_renderer_stream_impl.cpp | 517 int64_t deltaTime = DEFAULT_BUFFER_MICROSECOND; // note: 20ms in GetAudioTime() local
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 556 void LumeCommon::Tick(const uint64_t deltaTime) in Tick() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 202 auto deltaTime = static_cast<int64_t>(currentMonotonicTime - lastMonotonicTime_); in GetTime() local
|