Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/aarch64/
Dtimer.h35 #define AV_READ_TIME read_time
37 static inline uint64_t read_time(void) in read_time() function
/third_party/ffmpeg/libavutil/arm/
Dtimer.h35 #define AV_READ_TIME read_time
37 static inline uint64_t read_time(void) in read_time() function
/third_party/ffmpeg/libavutil/ppc/
Dtimer.h28 #define AV_READ_TIME read_time
30 static inline uint64_t read_time(void) in read_time() function
/third_party/ffmpeg/libavutil/bfin/
Dtimer.h26 #define AV_READ_TIME read_time
28 static inline uint64_t read_time(void) in read_time() function
/third_party/ffmpeg/libavutil/x86/
Dtimer.h29 #define AV_READ_TIME read_time
31 static inline uint64_t read_time(void) in read_time() function
/third_party/libpng/contrib/tools/
Dpngcp.c416 struct timespec read_time; member
1515 set_timer(dp, what == PNGCP_TIME_READ ? &dp->read_time : &dp->write_time); in start_timer()
1528 tmp = dp->read_time; in end_timer()
1543 dp->read_time = t, tmp = dp->read_time_total; in end_timer()
2403 print_time(" read", d.read_time); in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c416 struct timespec read_time; member
1515 set_timer(dp, what == PNGCP_TIME_READ ? &dp->read_time : &dp->write_time); in start_timer()
1528 tmp = dp->read_time; in end_timer()
1543 dp->read_time = t, tmp = dp->read_time_total; in end_timer()
2403 print_time(" read", d.read_time); in main()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c416 struct timespec read_time; member
1515 set_timer(dp, what == PNGCP_TIME_READ ? &dp->read_time : &dp->write_time); in start_timer()
1528 tmp = dp->read_time; in end_timer()
1543 dp->read_time = t, tmp = dp->read_time_total; in end_timer()
2403 print_time(" read", d.read_time); in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c973 const double read_time = StopwatchReadAndReset(&stop_watch); in main() local
974 fprintf(stderr, "Time to read input: %.3fs\n", read_time); in main()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c985 const double read_time = StopwatchReadAndReset(&stop_watch); in main() local
986 fprintf(stderr, "Time to read input: %.3fs\n", read_time); in main()