Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dtimer.h61 #if !defined(AV_READ_TIME)
63 # define AV_READ_TIME gethrtime macro
65 # define AV_READ_TIME mach_absolute_time macro
128 #elif defined(AV_READ_TIME)
131 uint64_t tstart = AV_READ_TIME(); \
134 tend = AV_READ_TIME(); \
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/
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()
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/
Dtimer.h31 #define AV_READ_TIME mach_absolute_time macro
35 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/arm/
Dtimer.h31 #define AV_READ_TIME mach_absolute_time macro
35 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/x86/
Dtimer.h29 #define AV_READ_TIME read_time macro
46 #define AV_READ_TIME __rdtsc macro
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h227 #if defined(AV_READ_TIME) || CONFIG_LINUX_PERF
239 #define PERF_START(t) t = AV_READ_TIME()
240 #define PERF_STOP(t) t = AV_READ_TIME() - t
Dcheckasm.c645 #ifdef AV_READ_TIME in bench_init_ffmpeg()
/third_party/ffmpeg/libavutil/ppc/
Dtimer.h28 #define AV_READ_TIME read_time macro
/third_party/ffmpeg/libavutil/bfin/
Dtimer.h26 #define AV_READ_TIME read_time macro