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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_timer.h47 struct vpx_usec_timer { struct
57 vpx_usec_timer_start(struct vpx_usec_timer *t) {
67 vpx_usec_timer_mark(struct vpx_usec_timer *t) {
77 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) {
100 struct vpx_usec_timer { struct
105 vpx_usec_timer_start(struct vpx_usec_timer *t) { }
108 vpx_usec_timer_mark(struct vpx_usec_timer *t) { }
111 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) {

Completed in 45 milliseconds