Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp412 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams() local
414 if (dpi_x && dpi_y) { in GetDisplayParams()
415 params.dpi.x = *dpi_x; in GetDisplayParams()