Lines Matching refs:erase
466 ParseFormats(line.erase(0, inline_rot_pixel_formats.length()), &inrot_formats_supported); in GetTypeInfo()
470 ParseFormats(line.erase(0, pixel_formats.length()), &formats_supported); in GetTypeInfo()
473 info->max_linewidth = std::stoi(line.erase(0, max_linewidth.length())); in GetTypeInfo()
475 info->max_upscale = std::stoi(line.erase(0, max_upscale.length())); in GetTypeInfo()
477 info->max_downscale = std::stoi(line.erase(0, max_downscale.length())); in GetTypeInfo()
479 info->max_horizontal_deci = std::stoi(line.erase(0, max_horizontal_deci.length())); in GetTypeInfo()
481 info->max_vertical_deci = std::stoi(line.erase(0, max_vertical_deci.length())); in GetTypeInfo()
483 info->master_plane_id = std::stoi(line.erase(0, master_plane_id.length())); in GetTypeInfo()
486 info->max_pipe_bandwidth = std::stoull(line.erase(0, max_pipe_bw.length())); in GetTypeInfo()
488 info->max_pipe_bandwidth_high = std::stoull(line.erase(0, max_pipe_bw_high.length())); in GetTypeInfo()
491 PopulateQseedStepVersion(std::stoi(line.erase(0, scaler_version.length()))); in GetTypeInfo()
493 info->block_sec_ui = !!(std::stoi(line.erase(0, block_sec_ui.length()))); in GetTypeInfo()
496 PopulateInlineRotationVersion(std::stoi(line.erase(0, true_inline_rot_rev.length()))); in GetTypeInfo()
498 info->true_inline_dwnscale_rt_num = std::stof(line.erase(0, in GetTypeInfo()
501 info->true_inline_dwnscale_rt_denom = std::stof(line.erase(0, in GetTypeInfo()
504 info->max_rotation_linewidth = std::stoi(line.erase(0, true_inline_max_height.length())); in GetTypeInfo()