HomeSort by relevance Sort by last modified time
    Searched defs:vpx_usec_timer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
vpx_timer.h 50 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/
vpx_timer.h 47 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) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_timer.h 47 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 348 milliseconds