Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c4898 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data() local
5109 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()
5192 vpx_usec_timer_mark(&ticktimer); in vp8_get_compressed_data()
5194 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()