Searched refs:read_time (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/aarch64/ |
D | timer.h | 35 #define AV_READ_TIME read_time 37 static inline uint64_t read_time(void) in read_time() function
|
/third_party/ffmpeg/libavutil/arm/ |
D | timer.h | 35 #define AV_READ_TIME read_time 37 static inline uint64_t read_time(void) in read_time() function
|
/third_party/ffmpeg/libavutil/ppc/ |
D | timer.h | 28 #define AV_READ_TIME read_time 30 static inline uint64_t read_time(void) in read_time() function
|
/third_party/ffmpeg/libavutil/bfin/ |
D | timer.h | 26 #define AV_READ_TIME read_time 28 static inline uint64_t read_time(void) in read_time() function
|
/third_party/ffmpeg/libavutil/x86/ |
D | timer.h | 29 #define AV_READ_TIME read_time 31 static inline uint64_t read_time(void) in read_time() function
|
/third_party/libpng/contrib/tools/ |
D | pngcp.c | 416 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/ |
D | pngcp.c | 416 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/ |
D | pngcp.c | 416 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/ |
D | cwebp.c | 973 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/ |
D | cwebp.c | 985 const double read_time = StopwatchReadAndReset(&stop_watch); in main() local 986 fprintf(stderr, "Time to read input: %.3fs\n", read_time); in main()
|