Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp458 string inline_rot_pixel_formats = "inline_rot_pixel_formats="; in GetTypeInfo() local
464 if (line.find(inline_rot_pixel_formats) != string::npos) { in GetTypeInfo()
466 ParseFormats(line.erase(0, inline_rot_pixel_formats.length()), &inrot_formats_supported); in GetTypeInfo()