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.cpp396 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams() local
398 if (dpi_x && dpi_y) { in GetDisplayParams()
399 params.dpi.x = *dpi_x; in GetDisplayParams()