Searched defs:TimeDeltaInterpolator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dtime_delta_interpolator.cc15 TimeDeltaInterpolator::TimeDeltaInterpolator(base::TickClock* tick_clock) function in class:media::TimeDeltaInterpolator
23 TimeDeltaInterpolator::~TimeDeltaInterpolator() {
26 base::TimeDelta TimeDeltaInterpolator::StartInterpolating() {
33 base::TimeDelta TimeDeltaInterpolator::StopInterpolating() {
40 void TimeDeltaInterpolator::SetPlaybackRate(float playback_rate) {
46 void TimeDeltaInterpolator::SetBounds(base::TimeDelta lower_bound,
56 void TimeDeltaInterpolator::SetUpperBound(base::TimeDelta upper_bound) {
64 base::TimeDelta TimeDeltaInterpolator
[all...]
H A Dtime_delta_interpolator.h21 // TimeDeltaInterpolator is not thread-safe and must be externally locked.
22 class MEDIA_EXPORT TimeDeltaInterpolator { class in namespace:media
27 explicit TimeDeltaInterpolator(base::TickClock* tick_clock);
28 ~TimeDeltaInterpolator();
77 DISALLOW_COPY_AND_ASSIGN(TimeDeltaInterpolator);

Completed in 915 milliseconds