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

  /external/drm_hwcomposer/
drmmode.h 42 uint32_t h_total() const;
drmmode.cpp 96 uint32_t DrmMode::h_total() const { function in class:android::DrmMode
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 257 display_attributes_.h_total = var_screeninfo.xres + h_blanking;
266 display_attributes_.h_total += display_attributes_.is_device_split ? h_blanking : 0;
hw_hdmi.cpp 244 display_attributes->h_total = timing_mode->active_h + h_blanking;
252 display_attributes->h_total += h_blanking;
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 446 uint32_t h_total = 0; //!< Total width of panel (hActive + hFP + hBP + hPulseWidth) member in struct:sdm::HWDisplayAttributes

Completed in 82 milliseconds