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:totalFrames
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tools/lottie-web-perf/
H
A
D
lottie-web-perf.js
107
const
totalFrames
= lottieJSONContent.op - lottieJSONContent.ip;
108
console.log('Total frames: ' +
totalFrames
);
122
const targetURL = "http://localhost:" + options.port + "/#" +
totalFrames
;
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H
A
D
SkottieView.java
184
double
totalFrames
= mRenderer.getAnimation().getFrameCount();
in seekFrame()
186
double targetTime = (f %
totalFrames
) /
totalFrames
* totalTime;
in seekFrame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoClipInfo.hpp
68
int
totalFrames
;
member
H
A
D
vktVideoClipInfo.cpp
278
DE_ASSERT(frameNumber >= 0 && frameNumber < cinfo->
totalFrames
);
in checksumForClipFrame()
H
A
D
vktVideoDecodeTests.cpp
235
m_params.stream.framesToCheck = m_info->
totalFrames
;
in TestDefinition()
859
size_t
totalFrames
= 0;
in iterate()
local
864
totalFrames
+= decoder->m_cachedDecodeParams.size();
in iterate()
939
DE_ASSERT(totalFramesCheck ==
totalFrames
);
in iterate()
942
return tcu::TestStatus::pass(de::toString(
totalFrames
) + " correctly decoded frames");
in iterate()
/third_party/skia/third_party/externals/oboe/src/fifo/
H
A
D
FifoControllerBase.h
38
* @param
totalFrames
capacity of the circular buffer in frames.
40
FifoControllerBase(uint32_t
totalFrames
);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H
A
D
Server.cpp
228
response.
totalFrames
= stack.size();
in Impl()
Completed in 4 milliseconds