Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp47 …ALOGD("dst_x_align(%d), dst_y_align(%d)", res.restriction.dst_x_align, res.restriction.dst_y_align… in printDppRestriction()
118 rSize.fullWidthAlign = r.dst_x_align; in makeDPURestrictions()
143 rSize.fullWidthAlign = max(r.dst_x_align, YUV_CHROMA_H_SUBSAMPLE); in makeDPURestrictions()
DExynosDeviceInterface.h41 uint32_t dst_x_align; member
DExynosDeviceDrmInterface.cpp50 hwc_dpp_restriction.restriction.dst_x_align = drm_restriction.restriction.dst_x_align; in set_dpp_ch_restriction()