Home
last modified time | relevance | path

Searched refs:rounded_saturate_cast (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/cast/streaming/
Dclock_drift_smoother.cc31 rounded_saturate_cast<Clock::duration::rep>(estimated_tick_offset_)); in Current()
Drtp_time.h168 return rounded_saturate_cast<Rep>(ticks); in ToNearestRepresentativeValue()
/external/openscreen/util/
Dsaturate_cast.h128 rounded_saturate_cast(From from) { in rounded_saturate_cast() function
Dsaturate_cast_unittest.cc357 EXPECT_EQ(value_pair.to, rounded_saturate_cast<int64_t>(value_pair.from)); in TEST()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc266 min_quantizer = rounded_saturate_cast<int>( in PrepareEncoder()
271 speed = std::max(rounded_saturate_cast<int>(ideal_speed_setting_), in PrepareEncoder()