Home
last modified time | relevance | path

Searched refs:AV_READ_TIME (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimer.h64 #if !defined(AV_READ_TIME)
66 # define AV_READ_TIME gethrtime macro
68 # define AV_READ_TIME mach_absolute_time macro
141 #elif defined(AV_READ_TIME)
144 uint64_t tstart = AV_READ_TIME(); \
147 tend = AV_READ_TIME(); \
H A Drandom_seed.c83 #ifdef AV_READ_TIME in get_generic_seed()
84 buffer[13] ^= AV_READ_TIME(); in get_generic_seed()
85 buffer[41] ^= AV_READ_TIME()>>32; in get_generic_seed()
109 #ifdef AV_READ_TIME in get_generic_seed()
110 buffer[111] += AV_READ_TIME(); in get_generic_seed()
/third_party/ffmpeg/tools/
H A Dprobetest.c34 #ifndef AV_READ_TIME
35 #define AV_READ_TIME(x) 0 macro
51 int64_t start = AV_READ_TIME(); in probe()
53 time_array[i] += AV_READ_TIME() - start; in probe()
199 if(AV_READ_TIME()) in main()
H A Dcrypto_bench.c37 #ifndef AV_READ_TIME
38 #define AV_READ_TIME(x) 0 macro
603 t0 = AV_READ_TIME(); in run_implementation()
605 t1 = AV_READ_TIME(); in run_implementation()
/third_party/ffmpeg/libavutil/aarch64/
H A Dtimer.h31 #define AV_READ_TIME mach_absolute_time macro
35 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/arm/
H A Dtimer.h31 #define AV_READ_TIME mach_absolute_time macro
35 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/x86/
H A Dtimer.h29 #define AV_READ_TIME read_time macro
46 #define AV_READ_TIME __rdtsc macro
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h225 #if defined(AV_READ_TIME) || CONFIG_LINUX_PERF || CONFIG_MACOS_KPERF
240 #define PERF_START(t) t = AV_READ_TIME()
241 #define PERF_STOP(t) t = AV_READ_TIME() - t
H A Dcheckasm.c656 #ifdef AV_READ_TIME in bench_init_ffmpeg()
/third_party/ffmpeg/libavutil/ppc/
H A Dtimer.h28 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/bfin/
H A Dtimer.h26 #define AV_READ_TIME read_time macro

Completed in 6 milliseconds