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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dvpx_timer.h50 struct vpx_usec_timer { struct
60 vpx_usec_timer_start(struct vpx_usec_timer *t) {
70 vpx_usec_timer_mark(struct vpx_usec_timer *t) {
80 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) {
103 struct vpx_usec_timer { struct
108 vpx_usec_timer_start(struct vpx_usec_timer *t) { }
111 vpx_usec_timer_mark(struct vpx_usec_timer *t) { }
114 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) {
/external/libvpx/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 82 milliseconds