Home
last modified time | relevance | path

Searched refs:rSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceInterface.cpp113 restriction_size rSize; in makeDPURestrictions() local
114 rSize.maxDownScale = r.scale_down; in makeDPURestrictions()
115 rSize.maxUpScale = r.scale_up; in makeDPURestrictions()
116 rSize.maxFullWidth = r.dst_f_w.max; in makeDPURestrictions()
122 rSize.maxCropWidth = r.src_w.max; in makeDPURestrictions()
123 rSize.maxCropHeight = r.src_h.max; in makeDPURestrictions()
124 rSize.minCropWidth = r.src_w.min; in makeDPURestrictions()
125 rSize.minCropHeight = r.src_h.min; in makeDPURestrictions()
126 rSize.cropXAlign = r.src_x_align; in makeDPURestrictions()
127 rSize.cropYAlign = r.src_y_align; in makeDPURestrictions()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp2405 restriction_size rSize; in makeAcrylRestrictions() local
2406 rSize.maxDownScale = cap->supportedMinMinification().hori; in makeAcrylRestrictions()
2407 rSize.maxUpScale = cap->supportedMaxMagnification().hori; in makeAcrylRestrictions()
2408 rSize.maxFullWidth = cap->supportedMaxSrcDimension().hori; in makeAcrylRestrictions()
2410 rSize.minFullWidth = cap->supportedMinSrcDimension().hori; in makeAcrylRestrictions()
2414 rSize.maxCropWidth = cap->supportedMaxSrcDimension().hori; in makeAcrylRestrictions()
2416 rSize.minCropWidth = cap->supportedMinSrcDimension().hori; in makeAcrylRestrictions()
2418 rSize.cropXAlign = cap->supportedDimensionAlign().hori; in makeAcrylRestrictions()
2419 rSize.cropYAlign = cap->supportedDimensionAlign().vert; in makeAcrylRestrictions()
2423 makeSizeRestrictions(type, rSize, RESTRICTION_RGB); in makeAcrylRestrictions()
[all …]