Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp57 hwc_dpp_restriction.restriction.scale_down = drm_restriction.restriction.scale_down; in set_dpp_ch_restriction()
61 if (hwc_dpp_restriction.restriction.scale_down == 0) in set_dpp_ch_restriction()
62 hwc_dpp_restriction.restriction.scale_down = 1; in set_dpp_ch_restriction()
DExynosDeviceInterface.h49 uint32_t scale_down; member
DExynosDeviceInterface.cpp59 ALOGD("scale down: %d, up: %d", res.restriction.scale_down, res.restriction.scale_up); in printDppRestriction()
112 rSize.maxDownScale = r.scale_down; in makeDPURestrictions()