Searched refs:xtra_prefill_lines (Results 1 – 1 of 1) sorted by relevance
325 string xtra_prefill_lines = "xtra_prefill_lines="; in ParseCapabilities() local397 } else if (line.find(xtra_prefill_lines) != string::npos) { in ParseCapabilities()398 crtc_info_.extra_prefill_lines = std::stoi(string(line, xtra_prefill_lines.length())); in ParseCapabilities()