Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AV_READ_TIME
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
timer.h
64
#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
D
random_seed.c
83
#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
D
probetest.c
34
#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
D
crypto_bench.c
37
#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
D
timer.h
31
#define
AV_READ_TIME
mach_absolute_time
macro
35
#define
AV_READ_TIME
read_time
macro
/third_party/ffmpeg/libavutil/arm/
H
A
D
timer.h
31
#define
AV_READ_TIME
mach_absolute_time
macro
35
#define
AV_READ_TIME
read_time
macro
/third_party/ffmpeg/libavutil/x86/
H
A
D
timer.h
29
#define
AV_READ_TIME
read_time
macro
46
#define
AV_READ_TIME
__rdtsc
macro
/third_party/ffmpeg/tests/checkasm/
H
A
D
checkasm.h
225
#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
D
checkasm.c
656
#ifdef
AV_READ_TIME
in bench_init_ffmpeg()
/third_party/ffmpeg/libavutil/ppc/
H
A
D
timer.h
28
#define
AV_READ_TIME
read_time
macro
/third_party/ffmpeg/libavutil/bfin/
H
A
D
timer.h
26
#define
AV_READ_TIME
read_time
macro
Completed in 6 milliseconds