Home
last modified time | relevance | path

Searched refs:rewindPosition_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp71 rewindPosition_(INVALID_MEDIA_POSITION), in PlayerImpl()
465 if (rewindPosition_ >= DEFAULT_REWIND_TIME) { in RewindInner()
466 rewindPosition_ = mSeconds; in RewindInner()
471 rewindPosition_ = mSeconds; in RewindInner()
789 rewindPosition_ = INVALID_MEDIA_POSITION; in ResetInner()
929 if (curPlayer->rewindPosition_ != -1 && curPlayer->rewindPosition_ != seekToMs) { in NotifySeekComplete()
930 int64_t seekTime = curPlayer->rewindPosition_; in NotifySeekComplete()
932 curPlayer->rewindPosition_ = -1; in NotifySeekComplete()
938 curPlayer->rewindPosition_ = -1; in NotifySeekComplete()
H A Dplayer_impl.h129 int64_t rewindPosition_; variable