Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp461 string true_inline_max_height = "true_inline_max_height="; in GetTypeInfo() local
503 } else if (line.find(true_inline_max_height) != string::npos) { in GetTypeInfo()
504 info->max_rotation_linewidth = std::stoi(line.erase(0, true_inline_max_height.length())); in GetTypeInfo()