Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c4808 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data() local
4989 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()
5064 vpx_usec_timer_mark(&ticktimer); in vp8_get_compressed_data()
5066 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()