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
defs:fps
(Results
26 - 50
of
73
) sorted by relevance
1
2
3
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H
A
D
benchmark_common.cpp
280
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H
A
D
common.cpp
306
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/third_party/ffmpeg/libavfilter/
H
A
D
vf_detelecine.c
168
AVRational
fps
= inlink->frame_rate;
in config_output()
local
[all...]
H
A
D
vf_fps.c
117
AVFILTER_DEFINE_CLASS(
fps
);
variable
H
A
D
vf_telecine.c
142
AVRational
fps
= inlink->frame_rate;
in config_output()
local
[all...]
/third_party/ffmpeg/libavdevice/
H
A
D
avdevice.h
420
AVRational
fps
;
member
/third_party/ffmpeg/libavformat/
H
A
D
rpl.c
129
AVRational
fps
;
in rpl_read_header()
local
H
A
D
microdvddec.c
110
double
fps
;
in microdvd_read_header()
local
H
A
D
mvdec.c
208
AVRational
fps
= var_read_float(pb, size);
in parse_video_var()
local
306
AVRational
fps
;
in mv_read_header()
local
H
A
D
4xm.c
83
AVRational
fps
;
member
H
A
D
westwood_vqa.c
98
int
fps
, ret;
in wsvqa_read_header()
local
H
A
D
nuv.c
164
double aspect,
fps
;
in nuv_header()
local
/third_party/ffmpeg/libavutil/
H
A
D
timecode.c
35
int av_timecode_adjust_ntsc_framenum2(int framenum, int
fps
)
in av_timecode_adjust_ntsc_framenum2()
argument
55
unsigned
fps
= tc->
fps
;
in av_timecode_get_smpte_from_framenum()
local
105
int
fps
= tc->
fps
;
av_timecode_make_string()
local
179
check_
fps
(int
fps
)
check_fps()
argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
glmark2Benchmark.cpp
238
size_t
fps
;
in parseOutput()
local
/third_party/skia/modules/skottie/include/
H
A
D
Skottie.h
252
double
fps
() const { return fFPS; }
in fps()
function in skottie::Animation
/third_party/skia/modules/skottie/src/
H
A
D
SkottieTool.cpp
303
double
fps
= FLAGS_fps > 0 ? FLAGS_fps : native_fps;
in main()
local
[all...]
/third_party/skia/experimental/ffmpeg/
H
A
D
SkVideoEncoder.cpp
145
bool SkVideoEncoder::init(int
fps
) {
in init()
argument
228
bool SkVideoEncoder::beginRecording(SkISize dim, int
fps
) {
in beginRecording()
argument
/third_party/skia/modules/canvaskit/
H
A
D
skottie_bindings.cpp
191
double
fps
() const { return fAnimation->
fps
(); }
in fps()
function in __anon18519::final
/third_party/skia/modules/skottie/src/layers/
H
A
D
PrecompLayer.cpp
142
AnimatorAdapter(sk_sp<SGAdapter> sg_adapter, float
fps
)
in attachExternalPrecompLayer()
argument
/third_party/skia/experimental/skottiekit/
H
A
D
skottiekit_bindings.cpp
140
double
fps
() const { return fAnimation->
fps
(); }
in fps()
function in __anon18335::final
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
363
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
361
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H
A
D
benchmark_common.cpp
319
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H
A
D
benchmark_common.cpp
355
float
fps
= (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps()
local
/third_party/ffmpeg/libavcodec/
H
A
D
wmv2dec.c
171
int
fps
;
in decode_ext_header()
local
Completed in 17 milliseconds
1
2
3