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:GetVSyncPulse
(Results
1 - 17
of
17
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H
A
D
hgm_vsync_generator_controller.cpp
65
uint64_t pulse = vsyncGenerator_->
GetVSyncPulse
() >= 0 ?
in CalcVSyncQuickTriggerTime()
66
static_cast<uint64_t>(vsyncGenerator_->
GetVSyncPulse
()) : 0;
in CalcVSyncQuickTriggerTime()
107
currentOffset_ = vsyncGenerator_->
GetVSyncPulse
() * pulseNum;
in ChangeGeneratorRate()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_generator.h
67
virtual int64_t
GetVSyncPulse
() = 0;
109
int64_t
GetVSyncPulse
() override;
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_core.h
157
auto pulse = CreateVSyncGenerator()->
GetVSyncPulse
();
in GetPipelineOffset()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_120to30_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_ltpo_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_90to30_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_90to60_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_30to120_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_30to60_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_30to90_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_60to120_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_90to120_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_60to90_test.cpp
148
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_60to30_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_120to90_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
H
A
D
vsync_120to60_test.cpp
141
std::cout << "pulse:" << vsyncGenerator->
GetVSyncPulse
() << std::endl;
in Process1()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_generator.cpp
713
int64_t VSyncGenerator::
GetVSyncPulse
()
in GetVSyncPulse()
function in OHOS::Rosen::impl::VSyncGenerator
Completed in 13 milliseconds