Home
last modified time | relevance | path

Searched full:time_interval (Results 1 – 7 of 7) sorted by relevance

/foundation/multimedia/player_framework/services/services/monitor/client/
Dmonitor_client.cpp32 constexpr uint8_t TIME_INTERVAL = 1; // Heartbeat once per second variable
145 clickCond_.wait_for(lock, std::chrono::seconds(TIME_INTERVAL), [this] { in ClickThread()
175 clickCond_.wait_for(lock, std::chrono::seconds(TIME_INTERVAL), [this] { in ClickThreadCtrl()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_interpolating_spring_animation.cpp233 constexpr float TIME_INTERVAL = 1e-6f; // 1e-6f : 1 microsecond in CalculateVelocity() local
235 float nextDisplacement = 1.0f + CalculateDisplacement(time + TIME_INTERVAL); in CalculateVelocity()
237 … valueEstimator_->Estimate(currentDisplacement, startValue_, endValue_)) * (1 / TIME_INTERVAL); in CalculateVelocity()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
Drs_value_estimator.h469 constexpr float TIME_INTERVAL = 1e-6f; // 1 microsecond in GetPropertyVelocity() local
470 T velocity = (springModel_->CalculateDisplacement(time + TIME_INTERVAL) - in GetPropertyVelocity()
471 springModel_->CalculateDisplacement(time)) * (1 / TIME_INTERVAL); in GetPropertyVelocity()
/foundation/multimedia/media_library/frameworks/utils/include/
Dpost_event_utils.h40 const std::string KEY_TIME_INTERVAL = "TIME_INTERVAL";
/foundation/resourceschedule/soc_perf/services/core/src/
Dsocperf.cpp24 const int64_t TIME_INTERVAL = 8; variable
479 if (curMs - boostTime_[recordCmdId] > TIME_INTERVAL) { in CheckTimeInterval()
/foundation/multimedia/media_library/
Dhisysevent.yaml90 TIME_INTERVAL: { type: UINT64, desc: the time interval from taking the photo to the fist visit }
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
Dsocperf_plugin.cpp45 const int64_t TIME_INTERVAL = 5000; variable
363 if (curMs - lastTime > TIME_INTERVAL) { in HandleEventSlide()