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

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

Completed in 137 milliseconds