Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp36 static void set_dpp_ch_restriction(struct hwc_dpp_ch_restriction &hwc_dpp_restriction, in set_dpp_ch_restriction() argument
38 hwc_dpp_restriction.id = drm_restriction.id; in set_dpp_ch_restriction()
39 hwc_dpp_restriction.attr = drm_restriction.attr; in set_dpp_ch_restriction()
40 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_f_w, drm_restriction.restriction.src_f_… in set_dpp_ch_restriction()
41 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_f_h, drm_restriction.restriction.src_f_… in set_dpp_ch_restriction()
42 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_w, drm_restriction.restriction.src_w); in set_dpp_ch_restriction()
43 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_h, drm_restriction.restriction.src_h); in set_dpp_ch_restriction()
44 hwc_dpp_restriction.restriction.src_x_align = drm_restriction.restriction.src_x_align; in set_dpp_ch_restriction()
45 hwc_dpp_restriction.restriction.src_y_align = drm_restriction.restriction.src_y_align; in set_dpp_ch_restriction()
46 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.dst_f_w, drm_restriction.restriction.dst_f_… in set_dpp_ch_restriction()
[all …]
DExynosDeviceInterface.h30 struct hwc_dpp_restriction { struct
56 struct hwc_dpp_restriction restriction; argument
DExynosDeviceInterface.cpp75 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
92 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
108 const hwc_dpp_restriction &r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()