Home
last modified time | relevance | path

Searched refs:refreshrate_ (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_screen.h119 : width_(width), height_(height), refreshrate_(rate), modeId_(modeId) {} in ScreenProfile()
126 rValue.GetRate() != refreshrate_) {
144 return refreshrate_; in GetRate()
155 uint32_t refreshrate_ = 0; variable