Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c4848 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data() local
5034 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()
5109 vpx_usec_timer_mark(&ticktimer); in vp8_get_compressed_data()
5111 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()