Home
last modified time | relevance | path

Searched refs:hw_resource_ (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.cpp80 hw_resource_ = new HWResourceInfo(); in Init()
81 if (!hw_resource_) { in Init()
86 error = hw_info_intf_->GetHWResourceInfo(hw_resource_); in Init()
91 error = comp_mgr_.Init(*hw_resource_, extension_intf_, buffer_sync_handler_); in Init()
96 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Init()
97 error = extension_intf_->CreateRotator(hw_resource_->hw_rot_info, buffer_allocator_, in Init()
104 error = ColorManagerProxy::Init(*hw_resource_); in Init()
117 if (hw_resource_) { in Init()
118 delete hw_resource_; in Init()
132 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Deinit()
[all …]
Dcore_impl.h66 HWResourceInfo *hw_resource_ = NULL; variable
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h122 HWResourceInfo hw_resource_; variable
Dhw_primary.cpp325 (var_screeninfo.xres > hw_resource_.max_mixer_width)) ? true : false; in PopulateDisplayAttributes()
449 if (!hw_resource_.is_src_split) { in Validate()
Dhw_device.cpp77 hw_resource_ = HWResourceInfo(); in Init()
78 hw_info_intf_->GetHWResourceInfo(&hw_resource_); in Init()
277 mdp_out_layer_.writeback_ndx = hw_resource_.hw_rot_info.num_rotator; in Validate()
Dhw_hdmi.cpp256 if (display_attributes->x_pixels > hw_resource_.max_mixer_width) { in GetDisplayAttributes()