Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp52 …LOGD("blk_x_align(%d), blk_y_align(%d)", res.restriction.blk_x_align, res.restriction.blk_y_align); in printDppRestriction()
127 rSize.cropHeightAlign = r.blk_y_align; in makeDPURestrictions()
148 rSize.cropHeightAlign = max(r.blk_y_align, YUV_CHROMA_V_SUBSAMPLE); in makeDPURestrictions()
DExynosDeviceInterface.h46 uint32_t blk_y_align; member
DExynosDeviceDrmInterface.cpp55 hwc_dpp_restriction.restriction.blk_y_align = drm_restriction.restriction.blk_y_align; in set_dpp_ch_restriction()