Home
last modified time | relevance | path

Searched refs:ticktimer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/neteq/
Dtick_timer.cc15 TickTimer::Stopwatch::Stopwatch(const TickTimer& ticktimer) in Stopwatch() argument
16 : ticktimer_(ticktimer), starttick_(ticktimer.ticks()) {} in Stopwatch()
18 TickTimer::Countdown::Countdown(const TickTimer& ticktimer, in Countdown() argument
20 : stopwatch_(ticktimer.GetNewStopwatch()), in Countdown()
Dtick_timer.h36 explicit Stopwatch(const TickTimer& ticktimer);
62 Countdown(const TickTimer& ticktimer, uint64_t ticks_to_count);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c4826 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data() local
5007 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()
5082 vpx_usec_timer_mark(&ticktimer); in vp8_get_compressed_data()
5084 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()