Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp58 hwc_dpp_restriction.restriction.scale_up = drm_restriction.restriction.scale_up; in set_dpp_ch_restriction()
63 if (hwc_dpp_restriction.restriction.scale_up == 0) in set_dpp_ch_restriction()
64 hwc_dpp_restriction.restriction.scale_up = 1; in set_dpp_ch_restriction()
DExynosDeviceInterface.h50 uint32_t scale_up; member
DExynosDeviceInterface.cpp59 ALOGD("scale down: %d, up: %d", res.restriction.scale_down, res.restriction.scale_up); in printDppRestriction()
113 rSize.maxUpScale = r.scale_up; in makeDPURestrictions()