Searched refs:hw_rot_info (Results 1 – 5 of 5) sorted by relevance
374 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 …]
277 mdp_out_layer_.writeback_ndx = hw_resource_.hw_rot_info.num_rotator; in Validate()
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()132 if (extension_intf_ && hw_resource_->hw_rot_info.num_rotator) { in Deinit()
69 virtual DisplayError CreateRotator(const HWRotatorInfo &hw_rot_info,
154 HWRotatorInfo hw_rot_info; member