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:totalDuration
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H
A
D
render_bubble_progress.cpp
35
static const int32_t
totalDuration
= 4800;
in OnPostFlush()
local
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
animation_state.h
55
Property<TimeSpan>
totalDuration
;
member
173
TimeSpan
totalDuration
;
member
H
A
D
staggered_animation_state.cpp
219
TimeSpan
totalDuration
= TimeSpan::Zero();
in GetAnimationBaseDuration()
local
273
TimeSpan
totalDuration
= TimeSpan::Zero();
in GetAnimationBaseDuration()
local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
anim_impl.cpp
271
const auto
totalDuration
= TotalDuration()->GetValue().ToSecondsFloat();
in UpdateProgress()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_animation_fraction.cpp
181
int64_t
totalDuration
= (duration_ * repeatCount_ + startDelay_) * MS_TO_NS;
in IsFinished()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H
A
D
rs_symbol_animation_test.cpp
870
uint32_t
totalDuration
= 0;
in HWTEST_F()
local
897
uint32_t
totalDuration
= 0;
in HWTEST_F()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H
A
D
hls_media_downloader.cpp
213
int64_t
totalDuration
= 0;
in FindSeekRequest()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_vsync_rate_reduce_manager.cpp
176
float
totalDuration
= 0;
in UpdateRatesLevel()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_symbol_animation.cpp
87
void CalcOneTimePercent(std::vector<float>& timePercents, const uint32_t
totalDuration
, const uint32_t duration)
in CalcOneTimePercent()
argument
690
bool RSSymbolAnimation::CalcTimePercents(std::vector<float>& timePercents, const uint32_t
totalDuration
,
in CalcTimePercents()
argument
651
GetKeyframeAlphaAnimationParas( std::vector<Drawing::DrawingPiecewiseParameter>& oneGroupParas, uint32_t&
totalDuration
, std::vector<float>& timePercents)
GetKeyframeAlphaAnimationParas()
argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_mpd_downloader.cpp
913
int64_t
totalDuration
= 0;
in SeekToTs()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_media_downloader.cpp
983
double
totalDuration
= 0;
in SeekToTs()
local
1001
int64_t HlsMediaDownloader::RequestNewTs(uint64_t seekTime, SeekMode mode, double
totalDuration
,
in RequestNewTs()
argument
Completed in 14 milliseconds