Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp415 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams() local
417 if (dpi_x && dpi_y) { in GetDisplayParams()
418 params.dpi.x = *dpi_x; in GetDisplayParams()