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:processTime
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H
A
D
dps_video_report.cpp
88
processToPauseCost = vr.pauseStartTime - vr.
processTime
;
in ReportPauseVideoEvent()
114
if (vr.
processTime
== 0) {
in ReportResumeVideoEvent()
117
vr.
processTime
= SteadyClock::GetTimestampMilli();
in ReportResumeVideoEvent()
149
completeTime = SteadyClock::GetTimestampMilli() - vr.
processTime
;
in ReportCompleteVideoEvent()
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H
A
D
taskInner.cpp
334
int64_t
processTime
= nowUs + delayUs;
in InsertJob()
local
336
while (jobQueue_.find(
processTime
) != jobQueue_.end()) { // To prevent dropping job unexpectedly
in InsertJob()
338
processTime
++;
in InsertJob()
340
jobQueue_[
processTime
] = std::move(job);
in InsertJob()
342
while (msgQueue_.find(
processTime
) != msgQueue_.end()) { // To prevent dropping job unexpectedly
in InsertJob()
344
processTime
++;
in InsertJob()
346
msgQueue_[
processTime
] = std::move(job);
in InsertJob()
349
if (
processTime
<= topProcessUs_ || topProcessUs_ == -1) {
in InsertJob()
353
return
processTime
;
in InsertJob()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H
A
D
deferred_video_controller.cpp
186
uint32_t
processTime
= static_cast<uint32_t>(
in StartSuspendLock()
local
188
normalTimeId_ = DpsTimer::GetInstance().StartTimer([&]() {OnTimerOut();},
processTime
);
in StartSuspendLock()
189
DPSProwerManager::GetInstance().SetAutoSuspend(false,
processTime
+ DELAY_TIME);
in StartSuspendLock()
190
DP_INFO_LOG("DpsTimer start: normal schedule timeId: %{public}d,
processTime
: %{public}d.",
in StartSuspendLock()
191
static_cast<int32_t>(normalTimeId_),
processTime
);
in StartSuspendLock()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H
A
D
dps_video_report.h
41
uint64_t
processTime
= 0;
member
Completed in 3 milliseconds