Home
last modified time | relevance | path

Searched refs:freq_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp50 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()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h50 int32_t freq_ = 30; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h43 uint32_t freq_ = 30; variable
H A Drender_context_sample.h40 uint32_t freq_ = 30;
H A Ddrawing_sample_canvaskit0310.cpp83 uint32_t freq_ = 30; member in HelloDrawing
412 .frequency_ = freq_, in Sync()
482 this->freq_ = displayModeInfos_[i].freshRate; in CreatePyhsicalScreen()
H A Drender_context_sample.cpp117 .frequency_ = freq_, in Sync()
448 this->freq_ = displayModeInfos_[i].freshRate; in CreatePhysicalScreen()
H A Ddrawing_engine_sample.cpp342 this->freq_ = displayModeInfos_[i].freshRate; in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.h38 uint32_t freq_ = 30;
H A Dhello_composer.cpp309 freq_ = 30; // 30 freq in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.h49 uint32_t freq_ = 30;
H A Ddrawing_sample.cpp196 freq_ = displayModeInfos_[i].freshRate; // 30 freq in CreatePhysicalScreen()