Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp47 …LOGD("dst_x_align(%d), dst_y_align(%d)", res.restriction.dst_x_align, res.restriction.dst_y_align); in printDppRestriction()
119 rSize.fullHeightAlign = r.dst_y_align;; in makeDPURestrictions()
144 rSize.fullHeightAlign = max(r.dst_y_align, YUV_CHROMA_V_SUBSAMPLE); in makeDPURestrictions()
DExynosDeviceInterface.h42 uint32_t dst_y_align; member
DExynosDeviceDrmInterface.cpp51 hwc_dpp_restriction.restriction.dst_y_align = drm_restriction.restriction.dst_y_align; in set_dpp_ch_restriction()