Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceInterface.cpp43 …ALOGD("src_x_align(%d), src_y_align(%d)", res.restriction.src_x_align, res.restriction.src_y_align… in printDppRestriction()
126 rSize.cropXAlign = r.src_x_align; in makeDPURestrictions()
147 rSize.cropXAlign = max(r.src_x_align, YUV_CHROMA_H_SUBSAMPLE); in makeDPURestrictions()
H A DExynosDeviceDrmInterface.cpp43 hwc_dpp_restriction.restriction.src_x_align = drm_restriction.restriction.src_x_align; in set_dpp_ch_restriction()
H A DExynosDeviceInterface.h34 uint32_t src_x_align; member