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:freq_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_picture_player.cpp
50
if (ReadPicZipFile(imageVector_,
freq_
)) {
in Play()
63
int32_t changeFreq = static_cast<int32_t> (1000.0 /
freq_
/ 16);
in Play()
66
LOGE("SetVSyncRate failed: %{public}d %{public}d", ret,
freq_
);
in Play()
70
LOGI("SetVSyncRate success: %{public}d, %{public}d",
freq_
, changeFreq);
in Play()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_picture_player.h
50
int32_t
freq_
= 30;
member in OHOS::BootPicturePlayer
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
hello_composer.h
38
uint32_t
freq_
= 30;
member in OHOS::Rosen::HelloComposer
H
A
D
hello_composer.cpp
309
freq_
= 30; // 30 freq
in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.h
49
uint32_t
freq_
= 30;
member in OHOS::Rosen::Drawing::DrawingSample
H
A
D
drawing_sample.cpp
196
freq_
= displayModeInfos_[i].freshRate; // 30 freq
in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_engine_sample.h
43
uint32_t
freq_
= 30;
member in OHOS::Rosen::DrawingEngineSample
H
A
D
render_context_sample.h
40
uint32_t
freq_
= 30;
member in OHOS::Rosen::RenderContextSample
H
A
D
drawing_sample_canvaskit0310.cpp
83
uint32_t
freq_
= 30;
member in HelloDrawing
412
.frequency_ =
freq_
,
in Sync()
482
this->
freq_
= displayModeInfos_[i].freshRate;
in CreatePyhsicalScreen()
H
A
D
render_context_sample.cpp
117
.frequency_ =
freq_
,
in Sync()
448
this->
freq_
= displayModeInfos_[i].freshRate;
in CreatePhysicalScreen()
H
A
D
drawing_engine_sample.cpp
352
this->
freq_
= displayModeInfos_[i].freshRate;
in CreatePhysicalScreen()
Completed in 7 milliseconds