Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp111 restriction_size rSize; in makeDPURestrictions() local
112 rSize.maxDownScale = r.scale_down; in makeDPURestrictions()
113 rSize.maxUpScale = r.scale_up; in makeDPURestrictions()
114 rSize.maxFullWidth = r.dst_f_w.max; in makeDPURestrictions()
115 rSize.maxFullHeight = r.dst_f_h.max; in makeDPURestrictions()
116 rSize.minFullWidth = r.dst_f_w.min; in makeDPURestrictions()
117 rSize.minFullHeight = r.dst_f_h.min;; in makeDPURestrictions()
118 rSize.fullWidthAlign = r.dst_x_align; in makeDPURestrictions()
119 rSize.fullHeightAlign = r.dst_y_align;; in makeDPURestrictions()
120 rSize.maxCropWidth = r.src_w.max; in makeDPURestrictions()
[all …]
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2556 restriction_size rSize; in makeAcrylRestrictions() local
2557 rSize.maxDownScale = cap->supportedMinMinification().hori; in makeAcrylRestrictions()
2558 rSize.maxUpScale = cap->supportedMaxMagnification().hori; in makeAcrylRestrictions()
2559 rSize.maxFullWidth = cap->supportedMaxSrcDimension().hori; in makeAcrylRestrictions()
2560 rSize.maxFullHeight = cap->supportedMaxSrcDimension().vert; in makeAcrylRestrictions()
2561 rSize.minFullWidth = cap->supportedMinSrcDimension().hori; in makeAcrylRestrictions()
2562 rSize.minFullHeight = cap->supportedMinSrcDimension().vert; in makeAcrylRestrictions()
2563 rSize.fullWidthAlign = cap->supportedDimensionAlign().hori; in makeAcrylRestrictions()
2564 rSize.fullHeightAlign = cap->supportedDimensionAlign().vert; in makeAcrylRestrictions()
2565 rSize.maxCropWidth = cap->supportedMaxSrcDimension().hori; in makeAcrylRestrictions()
[all …]