Home
last modified time | relevance | path

Searched refs:TIME_INTERVAL (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.cpp32 constexpr uint8_t TIME_INTERVAL = 1; // Heartbeat once per second member
145 clickCond_.wait_for(lock, std::chrono::seconds(TIME_INTERVAL), [this] { in ClickThread()
175 std::this_thread::sleep_for(std::chrono::seconds(TIME_INTERVAL)); in ClickThreadCtrl()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp243 constexpr float TIME_INTERVAL = 1e-6f; // 1e-6f : 1 microsecond in CalculateVelocity() local
245 float nextDisplacement = 1.0f + CalculateDisplacement(time + TIME_INTERVAL); in CalculateVelocity()
247 valueEstimator_->Estimate(currentDisplacement, startValue_, endValue_)) * (1 / TIME_INTERVAL); in CalculateVelocity()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h469 constexpr float TIME_INTERVAL = 1e-6f; // 1 microsecond variable
470 T velocity = (springModel_->CalculateDisplacement(time + TIME_INTERVAL) -
471 springModel_->CalculateDisplacement(time)) * (1 / TIME_INTERVAL);
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp24 const int64_t TIME_INTERVAL = 8; member
491 if (curMs - boostTime_[recordCmdId] > TIME_INTERVAL) { in CheckTimeInterval()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp46 const int64_t TIME_INTERVAL = 5000; member
371 if (curMs - lastTime > TIME_INTERVAL) { in HandleEventSlide()

Completed in 5 milliseconds