Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp127 rSize.cropYAlign = r.src_y_align; in makeDPURestrictions()
148 rSize.cropYAlign = max(r.src_y_align, YUV_CHROMA_V_SUBSAMPLE); in makeDPURestrictions()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp83 restrictionSize.cropYAlign); in dump()
557 return mSrcSizeRestrictions[idx].cropYAlign; in getSrcYOffsetAlign()
566 return mSrcSizeRestrictions[idx].cropYAlign; in getSrcYOffsetAlign()
783 return mDstSizeRestrictions[idx].cropYAlign; in getDstYOffsetAlign()
1972 mSrcSizeRestrictions[i].cropXAlign, mSrcSizeRestrictions[i].cropYAlign, in setupRestriction()
1988 mDstSizeRestrictions[i].cropXAlign, mDstSizeRestrictions[i].cropYAlign, in setupRestriction()
DExynosMPP.h332 uint32_t cropYAlign; member