Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp41 …ALOGD("src_x_align(%d), src_y_align(%d)", res.restriction.src_x_align, res.restriction.src_y_align… in printDppRestriction()
124 rSize.cropXAlign = r.src_x_align; in makeDPURestrictions()
145 rSize.cropXAlign = max(r.src_x_align, YUV_CHROMA_H_SUBSAMPLE); in makeDPURestrictions()
DExynosDeviceInterface.h35 uint32_t src_x_align; member
DExynosDeviceDrmInterface.cpp44 hwc_dpp_restriction.restriction.src_x_align = drm_restriction.restriction.src_x_align; in set_dpp_ch_restriction()