Searched refs:rewindPosition_ (Results 1 – 2 of 2) sorted by relevance
71 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()
129 int64_t rewindPosition_; variable