Home | History | Annotate | Download | only in mac

Lines Matching refs:oldRate

811     float oldRate = [m_qtMovie.get() rate];
813 if (oldRate)
819 if (oldRate && timeAfterSeek < duration())
820 [m_qtMovie.get() setRate:oldRate];