Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp69 void dump(const restriction_size_t &restrictionSize, String8 &result) { in dump() argument
70 result.appendFormat(" maxDownScale = %u, maxUpscale = %u\n", restrictionSize.maxDownScale, in dump()
71 restrictionSize.maxUpScale); in dump()
72 result.appendFormat(" maxFullWidth = %u, maxFullHeight = %u\n", restrictionSize.maxFullWidth, in dump()
73 restrictionSize.maxFullHeight); in dump()
74 result.appendFormat(" minFullWidth = %u, minFullHeight = %u\n", restrictionSize.minFullWidth, in dump()
75 restrictionSize.minFullHeight); in dump()
77 restrictionSize.fullWidthAlign, restrictionSize.fullHeightAlign); in dump()
78 result.appendFormat(" maxCropWidth = %u, maxCropHeight = %u\n", restrictionSize.maxCropWidth, in dump()
79 restrictionSize.maxCropHeight); in dump()
[all …]
DExynosMPP.h458 void dump(const restriction_size_t &restrictionSize, String8 &result);