Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp35 struct dpp_ch_restriction &drm_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()
39 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_f_w, drm_restriction.restriction.src_f_… in set_dpp_ch_restriction()
40 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_f_h, drm_restriction.restriction.src_f_… in set_dpp_ch_restriction()
41 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_w, drm_restriction.restriction.src_w); in set_dpp_ch_restriction()
42 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_h, drm_restriction.restriction.src_h); 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()
45 …set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.dst_f_w, drm_restriction.restriction.dst_f_… in set_dpp_ch_restriction()
[all …]