Searched refs:hw_resource_ (Results 1 – 6 of 6) sorted by relevance
80 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 …]
66 HWResourceInfo *hw_resource_ = NULL; variable
122 HWResourceInfo hw_resource_; variable
325 (var_screeninfo.xres > hw_resource_.max_mixer_width)) ? true : false; in PopulateDisplayAttributes()449 if (!hw_resource_.is_src_split) { in Validate()
77 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()
256 if (display_attributes->x_pixels > hw_resource_.max_mixer_width) { in GetDisplayAttributes()