Searched refs:max_line_width (Results 1 – 5 of 5) sorted by relevance
645 const string max_line_width = "max_line_width="; in GetHWRotatorInfo() local652 } else if (caps.find(max_line_width) != string::npos) { in GetHWRotatorInfo()653 hw_resource->hw_rot_info.max_line_width = in GetHWRotatorInfo()654 std::stoul(string(caps, max_line_width.length())); in GetHWRotatorInfo()667 hw_resource->hw_rot_info.downscale_compression, hw_resource->hw_rot_info.max_line_width); in GetHWRotatorInfo()
374 hw_resource->hw_rot_info.max_line_width = UINT64(atoi(tokens[1])); in GetMDSSRotatorInfo()381 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.max_line_width); in GetMDSSRotatorInfo()422 hw_resource->hw_rot_info.max_line_width = UINT64(atoi(tokens[1])); in GetV4L2RotatorInfo()437 hw_resource->hw_rot_info.downscale_compression, hw_resource->hw_rot_info.max_line_width); in GetV4L2RotatorInfo()
672 const string max_line_width = "max_line_width="; in GetHWRotatorInfo() local679 } else if (caps.find(max_line_width) != string::npos) { in GetHWRotatorInfo()680 hw_resource->hw_rot_info.max_line_width = in GetHWRotatorInfo()681 std::stoul(string(caps, max_line_width.length())); in GetHWRotatorInfo()694 hw_resource->hw_rot_info.downscale_compression, hw_resource->hw_rot_info.max_line_width); in GetHWRotatorInfo()
246 uint32_t max_line_width = 0; member
235 uint64_t max_line_width = 0; member