Searched refs:v_total (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_tv_drm.cpp | 115 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
|
D | hw_device_drm.cpp | 499 display_attributes_[index].v_total = mode.vtotal; in PopulateDisplayAttributes() 524 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in PopulateDisplayAttributes() 742 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_tv_drm.cpp | 125 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
|
D | hw_device_drm.cpp | 597 display_attributes_[index].v_total = mode.vtotal; in PopulateDisplayAttributes() 622 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in PopulateDisplayAttributes()
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 502 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | hw_info_types.h | 510 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | hw_info_types.h | 511 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
|
/hardware/qcom/sdm845/display/sdm/include/private/ |
D | hw_info_types.h | 566 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
|
/hardware/qcom/sm8150/display/sdm/include/private/ |
D | hw_info_types.h | 695 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 184 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 413 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 408 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_base.cpp | 664 os << "\n v_total: " << display_attributes_.v_total; in Dump()
|