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:phase_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
52
: period_(0),
phase_
(0), referenceTime_(0),
in VSyncSampler()
62
phase_
= 0;
in Reset()
178
phase_
= 0;
in UpdateReferenceTimeLocked()
181
CreateVSyncGenerator()->UpdateMode(0,
phase_
, referenceTime_);
in UpdateReferenceTimeLocked()
235
CreateVSyncGenerator()->UpdateMode(period_,
phase_
, referenceTime_);
in UpdateModeLocked()
256
if (sample <=
phase_
) {
in UpdateErrorLocked()
260
int64_t sampleErr = (sample -
phase_
) % period_;
in UpdateErrorLocked()
322
phase_
= int64_t(::atan2(deltaAvgY, deltaAvgX) / scale);
in ComputePhaseLocked()
334
return
phase_
;
in GetPhase()
368
result += "\nphase:" + std::to_string(
phase_
);
in Dump()
[all...]
H
A
D
vsync_generator.cpp
165
RS_TRACE_NAME_FMT("listener phase is %ld", listeners[i].
phase_
);
in ListenerVsyncEventCB()
192
phaseRecord_ =
phase_
;
in ThreadLoop()
262
it->
phase_
= phaseOffset;
in ChangeListenerOffsetInternal()
330
if ((t - nextVSyncTime < errorThreshold) && (listeners_[i].
phase_
== 0)) {
in CheckTimingCorrect()
414
int64_t phase = phaseRecord_ + listener.
phase_
;
in ComputeListenerNextVSyncTimeStamp()
544
phase_
= phase;
in UpdateMode()
562
listener.
phase_
= phase;
in AddListener()
564
listener.lastTime_ = SystemTime() - period_ +
phase_
;
in AddListener()
913
it->
phase_
= offset;
in ChangePhaseOffset()
956
result += "\nphase:" + std::to_string(
phase_
);
in Dump()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_sampler.h
97
int64_t
phase_
;
variable
H
A
D
vsync_generator.h
130
int64_t
phase_
;
member
167
int64_t
phase_
= 0;
member in OHOS::Rosen::impl::VSyncGenerator
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.h
152
ImportPhase
phase_
{ ImportPhase::BUFFERS };
H
A
D
gltf2_importer.cpp
2674
return
phase_
== ImportPhase::FINISHED;
2807
phase_
= phase;
2954
StartPhase((ImportPhase)(
phase_
+ 1));
Completed in 10 milliseconds