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:MppStopwatch
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_time.h
33
typedef void*
MppStopwatch
;
typedef
94
*
MppStopwatch
is for timer to record event and time
105
MppStopwatch
mpp_stopwatch_get(const char *name);
106
void mpp_stopwatch_set_show_on_exit(
MppStopwatch
stopwatch, RK_S32 show_on_exit);
107
void mpp_stopwatch_record(
MppStopwatch
stopwatch, const char *event);
108
void mpp_stopwatch_put(
MppStopwatch
timer);
109
RK_S64 mpp_stopwatch_elapsed_time(
MppStopwatch
stopwatch);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_time.h
33
typedef void*
MppStopwatch
;
typedef
55
MppStopwatch
mpp_stopwatch_get(const char *name);
56
void mpp_stopwatch_set_show_on_exit(
MppStopwatch
stopwatch, RK_S32 show_on_exit);
57
void mpp_stopwatch_record(
MppStopwatch
stopwatch, const char *event);
58
void mpp_stopwatch_put(
MppStopwatch
timer);
59
RK_S64 mpp_stopwatch_elapsed_time(
MppStopwatch
stopwatch);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_time.h
34
typedef void*
MppStopwatch
;
typedef
95
*
MppStopwatch
is for timer to record event and time
106
MppStopwatch
mpp_stopwatch_get(const char *name);
107
void mpp_stopwatch_set_show_on_exit(
MppStopwatch
stopwatch, RK_S32 show_on_exit);
108
void mpp_stopwatch_record(
MppStopwatch
stopwatch, const char *event);
109
void mpp_stopwatch_put(
MppStopwatch
timer);
110
RK_S64 mpp_stopwatch_elapsed_time(
MppStopwatch
stopwatch);
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_time.h
33
typedef void *
MppStopwatch
;
typedef
55
MppStopwatch
mpp_stopwatch_get(const char *name);
56
void mpp_stopwatch_set_show_on_exit(
MppStopwatch
stopwatch, signed int show_on_exit);
57
void mpp_stopwatch_record(
MppStopwatch
stopwatch, const char *event);
58
void mpp_stopwatch_put(
MppStopwatch
timer);
59
RK_S64 mpp_stopwatch_elapsed_time(
MppStopwatch
stopwatch);
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H
A
D
mpp_frame_impl.h
111
MppStopwatch
stopwatch;
148
MppStopwatch
mpp_frame_get_stopwatch(const MppFrame frame);
Completed in 2 milliseconds