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:maxDuration
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
spring_curve.cpp
79
float
maxDuration
= MAX_ESTIMATE_DURATION;
in InitEstimateDuration()
local
81
while (
maxDuration
- minDuration >= time) {
in InitEstimateDuration()
82
auto duration = (minDuration +
maxDuration
) * HALF;
in InitEstimateDuration()
86
maxDuration
= duration;
in InitEstimateDuration()
91
estimateDuration_ =
maxDuration
;
in InitEstimateDuration()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H
A
D
muxer_filter.h
45
ErrorCode SetMaxDuration(uint64_t
maxDuration
);
/foundation/multimodalinput/input/intention/cooperate/client/include/
H
A
D
cooperate_client.h
125
int32_t
maxDuration
{ std::numeric_limits<int32_t>::min() };
/foundation/multimodalinput/input/intention/cooperate/client/src/
H
A
D
cooperate_client.cpp
558
performanceInfo_.
maxDuration
= std::max(performanceInfo_.durationList[i], performanceInfo_.
maxDuration
);
in DumpPerformanceInfo()
574
"averageDuration:%{public}d ms
maxDuration
:%{public}d ms minDuration:%{public}d ms failBeforeSucc:%{public}d "
in DumpPerformanceInfo()
577
performanceInfo_.successRate, performanceInfo_.averageDuration, performanceInfo_.
maxDuration
,
in DumpPerformanceInfo()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_video.cpp
122
int32_t
maxDuration
= 36000;
in CreateAndConfigureRecorder()
local
156
if (recorder->SetMaxDuration(
maxDuration
)) {
in CreateAndConfigureRecorder()
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
632
int64_t
maxDuration
= 0;
in UpdateRecord()
local
634
maxDuration
= std::min(resourceRequest->GetDuration(), StandbyConfigManager::GetInstance()->
in UpdateRecord()
637
maxDuration
= resourceRequest->GetDuration() * TimeConstant::MSEC_PER_SEC;
in UpdateRecord()
639
if (
maxDuration
<= 0) {
in UpdateRecord()
642
endTime = curTime +
maxDuration
;
in UpdateRecord()
656
handler_->PostTask(task,
maxDuration
);
in UpdateRecord()
/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H
A
D
muxer_filter.cpp
239
ErrorCode MuxerFilter::SetMaxDuration(uint64_t
maxDuration
)
in SetMaxDuration()
argument
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
163
int32_t
maxDuration
= 0;
member
H
A
D
recorder_server.cpp
628
config_.
maxDuration
= duration;
in SetMaxDuration()
629
MaxDuration
maxDuration
(duration);
in SetMaxDuration()
631
return recorderEngine_->Configure(DUMMY_SOURCE_ID,
maxDuration
);
in SetMaxDuration()
1027
dumpString += "RecorderServer
maxDuration
is: " + std::to_string(config_.
maxDuration
) + "\n";
in DumpInfo()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.cpp
825
MaxDuration
maxDuration
= static_cast<const MaxDuration&>(recParam);
in ConfigureMuxer()
local
826
maxDuration_ =
maxDuration
.duration;
in ConfigureMuxer()
Completed in 11 milliseconds