Home
last modified time | relevance | path

Searched refs:AUTO_POSITION_UPDATE_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Dcast_stream_common.h32 constexpr int32_t AUTO_POSITION_UPDATE_INTERVAL = 100; member
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Dcast_stream_common.h32 constexpr int32_t AUTO_POSITION_UPDATE_INTERVAL = 100; member
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_client.cpp346 currentPosition_ = currentPosition_ + AUTO_POSITION_UPDATE_INTERVAL; in AutoUpdateCurPosition()
395 timer_->Start([this]() { AutoUpdateCurPosition();}, AUTO_POSITION_UPDATE_INTERVAL); in ProcessActionPlayerStatusChanged()
471 timer_->Start([this]() { AutoUpdateCurPosition();}, AUTO_POSITION_UPDATE_INTERVAL); in ProcessActionPositionChanged()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_client.cpp346 currentPosition_ = currentPosition_ + AUTO_POSITION_UPDATE_INTERVAL; in AutoUpdateCurPosition()
395 timer_->Start([this]() { AutoUpdateCurPosition();}, AUTO_POSITION_UPDATE_INTERVAL); in ProcessActionPlayerStatusChanged()
471 timer_->Start([this]() { AutoUpdateCurPosition();}, AUTO_POSITION_UPDATE_INTERVAL); in ProcessActionPositionChanged()

Completed in 3 milliseconds