Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp34 static std::map<uint32_t, int64_t> IDEAL_PERIOD = { variable
527 if (IDEAL_PERIOD.count(rate)) { in GetIdealPeriod()
528 return IDEAL_PERIOD[rate]; in GetIdealPeriod()