HomeSort by relevance Sort by last modified time
    Searched refs:current_refresh_rate_ (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_external.cpp 140 if (current_refresh_rate_ != refresh_rate) {
144 current_refresh_rate_ = refresh_rate;
257 return current_refresh_rate_;
284 metadata_refresh_rate_ = current_refresh_rate_;
286 layer->frame_rate = current_refresh_rate_;
313 return current_refresh_rate_;
hwc_display_primary.cpp 179 if (current_refresh_rate_ != refresh_rate) {
185 current_refresh_rate_ = refresh_rate;
hwc_display.h 204 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 102 current_refresh_rate_ = max_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 134 if (current_refresh_rate_ != metadata_refresh_rate_ && one_video_updating_layer && drc_enabled_) {
140 current_refresh_rate_ = metadata_refresh_rate_;
273 layer->frame_rate = current_refresh_rate_;
hwc_display_primary.cpp 174 if (current_refresh_rate_ != refresh_rate) {
180 current_refresh_rate_ = refresh_rate;
hwc_display.h 190 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 102 current_refresh_rate_ = max_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 190 if (current_refresh_rate_ != refresh_rate) {
196 current_refresh_rate_ = refresh_rate;
hwc_display.h 245 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 256 current_refresh_rate_ = max_refresh_rate_;
400 layer->frame_rate = current_refresh_rate_;
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 190 if (current_refresh_rate_ != refresh_rate) {
196 current_refresh_rate_ = refresh_rate;
hwc_display.h 249 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 256 current_refresh_rate_ = max_refresh_rate_;
400 layer->frame_rate = current_refresh_rate_;
    [all...]

Completed in 776 milliseconds