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

/external/e2fsprogs/resize/
H A Dresource_track.c68 struct timeval time_end; local
73 gettimeofday(&time_end, 0);
94 timeval_subtract(&time_end, &track->time_start),
99 timeval_subtract(&time_end, &track->time_start));
121 timeval_subtract(&time_end, &track->time_start));
/external/e2fsprogs/e2fsck/
H A Dscantest.c73 struct timeval time_end; local
75 gettimeofday(&time_end, 0);
80 timeval_subtract(&time_end, &track->time_start),
H A Dutil.c379 struct timeval time_end; local
386 gettimeofday(&time_end, 0);
407 timeval_subtract(&time_end, &track->time_start),
412 timeval_subtract(&time_end, &track->time_start));
433 timeval_subtract(&time_end, &track->time_start));
/external/e2fsprogs/misc/
H A Dbadblocks.c211 struct timeval time_end; local
215 gettimeofday(&time_end, 0);
221 time_diff_format(&time_end, &time_start, diff_buf),
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c5075 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
5158 *time_end = cpi->source->ts_end;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c2568 int64_t *time_stamp, int64_t *time_end, int flush) {
2669 *time_end = source->ts_end;
2566 vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, size_t *size, uint8_t *dest, int64_t *time_stamp, int64_t *time_end, int flush) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c4890 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
4984 *time_end = cpi->source->ts_end;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2906 int64_t *time_stamp, int64_t *time_end, int flush) {
3040 *time_end = cpi->source->ts_end;
2904 vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, size_t *size, uint8_t *dest, int64_t *time_stamp, int64_t *time_end, int flush) argument
/external/stressapptest/src/
H A Dworker.cc2480 uint64 time_start, time_end; local
2523 time_end = tv.tv_sec * 1000000ULL + tv.tv_usec;
2525 uint64 us_elapsed = time_end - time_start;

Completed in 795 milliseconds