Home
last modified time | relevance | path

Searched refs:currentPosMs (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp862 int32_t currentPosMs = 0; in SetPlaybackSpeed() local
865 NZERO_RETURN(GetCurrentTime(currentPosMs)); in SetPlaybackSpeed()
866 currentPosMs = std::min(currentPosMs, durationMs); in SetPlaybackSpeed()
867 currentPosMs = currentPosMs < 0 ? 0 : currentPosMs; in SetPlaybackSpeed()
868 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, currentPosMs, format); in SetPlaybackSpeed()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2560 int32_t currentPosMs = 0; in NotifyPositionUpdate() local
2561 GetCurrentTime(currentPosMs); in NotifyPositionUpdate()
2562 MEDIA_LOG_D_SHORT("NotifyPositionUpdate currentPosMs: %{public}d", currentPosMs); in NotifyPositionUpdate()
2564 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, currentPosMs, format); in NotifyPositionUpdate()

Completed in 7 milliseconds