Home
last modified time | relevance | path

Searched refs:hw_rot_info (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp374 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
378 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
379 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
381 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
389 DLOGI("MDSS Rotator: Count = %d, Downscale = %d", hw_resource->hw_rot_info.num_rotator, in GetMDSSRotatorInfo()
390 hw_resource->hw_rot_info.has_downscale); in GetMDSSRotatorInfo()
407 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
408 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
409 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
410 hw_resource->hw_rot_info.has_downscale = true; in GetV4L2RotatorInfo()
[all …]
Dhw_device.cpp277 mdp_out_layer_.writeback_ndx = hw_resource_.hw_rot_info.num_rotator; in Validate()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.cpp96 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()
132 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Deinit()
/hardware/qcom/display/msm8996/sdm/include/private/
Dextension_interface.h69 virtual DisplayError CreateRotator(const HWRotatorInfo &hw_rot_info,
Dhw_info_types.h154 HWRotatorInfo hw_rot_info; member