Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.cpp34 static void set_dpp_ch_restriction(struct hwc_dpp_ch_restriction &hwc_dpp_restriction, in set_dpp_ch_restriction() argument
37 hwc_dpp_restriction.id = drm_restriction.id; in set_dpp_ch_restriction()
38 hwc_dpp_restriction.attr = drm_restriction.attr; in set_dpp_ch_restriction()
43 hwc_dpp_restriction.restriction.src_x_align = drm_restriction.restriction.src_x_align; in set_dpp_ch_restriction()
44 hwc_dpp_restriction.restriction.src_y_align = drm_restriction.restriction.src_y_align; in set_dpp_ch_restriction()
56 hwc_dpp_restriction.restriction.scale_down = drm_restriction.restriction.scale_down; in set_dpp_ch_restriction()
57 hwc_dpp_restriction.restriction.scale_up = drm_restriction.restriction.scale_up; in set_dpp_ch_restriction()
60 if (hwc_dpp_restriction.restriction.scale_down == 0) in set_dpp_ch_restriction()
61 hwc_dpp_restriction.restriction.scale_down = 1; in set_dpp_ch_restriction()
62 if (hwc_dpp_restriction.restriction.scale_up == 0) in set_dpp_ch_restriction()
[all …]
H A DExynosDeviceInterface.h29 struct hwc_dpp_restriction { struct
55 struct hwc_dpp_restriction restriction; argument
H A DExynosDeviceInterface.cpp77 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
94 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
110 const hwc_dpp_restriction &r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()