Searched refs:lower_bound_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Dtime_delta_interpolator.cc30 return lower_bound_;
35 lower_bound_ = GetInterpolatedTime();
37 return lower_bound_;
41 lower_bound_ = GetInterpolatedTime();
51 lower_bound_ = std::max(base::TimeDelta(), lower_bound);
59 lower_bound_ = GetInterpolatedTime();
66 return lower_bound_;
71 lower_bound_ + base::TimeDelta::FromMicroseconds(now_us);
H A Dtime_delta_interpolator.h68 base::TimeDelta lower_bound_; member in class:media::TimeDeltaInterpolator
72 // |lower_bound_| and |upper_bound_|.
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator_impl.cc86 lower_bound_.SetSent(frame_event.rtp_timestamp,
92 lower_bound_.SetReceived(frame_event.rtp_timestamp,
106 if (!lower_bound_.has_bound() || !upper_bound_.has_bound())
109 *lower_bound = -lower_bound_.bound();
H A Dreceiver_time_offset_estimator_impl.h90 BoundCalculator lower_bound_; member in class:media::cast::ReceiverTimeOffsetEstimatorImpl
/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser_unittest.cc35 lower_bound_(
45 DecodeTimestamp lower_bound_; member in class:media::mp4::MP4StreamParserTest
113 if (lower_bound_ != kNoDecodeTimestamp() &&
114 second_highest_timestamp < lower_bound_) {
118 lower_bound_ = second_highest_timestamp;
131 lower_bound_ = kNoDecodeTimestamp();
136 lower_bound_ =
/external/chromium_org/media/cast/sender/
H A Daudio_encoder_unittest.cc38 lower_bound_ = lower_bound;
57 EXPECT_LE(lower_bound_, encoded_frame->reference_time);
58 lower_bound_ = encoded_frame->reference_time;
68 base::TimeTicks lower_bound_; member in class:media::cast::__anon8620::TestEncodedAudioFrameReceiver

Completed in 7894 milliseconds