Searched refs:clock_khz (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sm8150/display/sdm/include/private/ |
D | hw_info_types.h | 697 uint32_t clock_khz = 0; //!< Stores the pixel clock of panel in khz member 714 (clock_khz != display_attributes.clock_khz) || 737 (clock_khz == display_attributes.clock_khz)); in OnlyFpsChanged()
|
/hardware/qcom/sdm845/display/sdm/include/private/ |
D | hw_info_types.h | 568 uint32_t clock_khz = 0; //!< Stores the pixel clock of panel in khz member 585 (clock_khz != display_attributes.clock_khz) ||
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_tv_drm.cpp | 116 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
|
D | hw_device_drm.cpp | 505 display_attributes_[index].clock_khz = mode.clock; in PopulateDisplayAttributes() 525 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in PopulateDisplayAttributes() 743 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_tv_drm.cpp | 126 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
|
D | hw_device_drm.cpp | 603 display_attributes_[index].clock_khz = mode.clock; in PopulateDisplayAttributes() 623 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in PopulateDisplayAttributes()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_base.cpp | 666 os << " clk: " << display_attributes_.clock_khz; in Dump()
|