Searched defs:end_time_ms (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/animation/
H A Dmulti_animation.h26 // end_time_ms: the end time used to calculate the percentange completed.
28 // In most cases |start_time_ms| = 0 and |end_time_ms| = |time_ms|. But you
33 Part() : time_ms(0), start_time_ms(0), end_time_ms(0), type(Tween::ZERO) {}
37 end_time_ms(time_ms),
42 int end_time_ms; member in struct:gfx::MultiAnimation::Part
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_performance_test.cc126 int64_t end_time_ms = clock->TimeInMilliseconds(); local
128 return end_time_ms - start_time_ms;
H A Dneteq_quality_test.cc305 void NetEqQualityTest::Simulate(int end_time_ms) { argument
308 while (decoded_time_ms_ < end_time_ms) {
323 fprintf(log_file_, "%f", 8.0f * total_payload_size_bytes_ / end_time_ms);

Completed in 688 milliseconds