Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
H A DDisplayConfig.cpp222 [&](const auto &tmpError, const auto &tmpAttributes) { in getDisplayAttributes() argument
227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes()
228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes()
229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes()
230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes()
231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes()
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes()
233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes()
/aosp12/hardware/qcom/display/msm8909/libdisplayconfig/
H A DDisplayConfig.cpp222 [&](const auto &tmpError, const auto &tmpAttributes) { in getDisplayAttributes() argument
227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes()
228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes()
229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes()
230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes()
231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes()
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes()
233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes()
/aosp12/hardware/qcom/sdm845/display/libdisplayconfig/
H A DDisplayConfig.cpp222 [&](const auto &tmpError, const auto &tmpAttributes) { in getDisplayAttributes() argument
227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes()
228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes()
229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes()
230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes()
231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes()
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes()
233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes()