Home
last modified time | relevance | path

Searched refs:num_rotator (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.cpp96 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Init()
132 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Deinit()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp378 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
389 DLOGI("MDSS Rotator: Count = %d, Downscale = %d", hw_resource->hw_rot_info.num_rotator, in GetMDSSRotatorInfo()
408 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
419 DLOGI("V4L2 Rotator: Count = %d, Downscale = %d", hw_resource->hw_rot_info.num_rotator, in GetV4L2RotatorInfo()
Dhw_device.cpp277 mdp_out_layer_.writeback_ndx = hw_resource_.hw_rot_info.num_rotator; in Validate()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h107 uint32_t num_rotator = 0; member