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.cpp77 void dump(const restriction_size_t &restrictionSize, String8 &result) { in dump() argument
78 result.appendFormat(" maxDownScale = %u, maxUpscale = %u\n", restrictionSize.maxDownScale, in dump()
79 restrictionSize.maxUpScale); in dump()
80 result.appendFormat(" maxFullWidth = %u, maxFullHeight = %u\n", restrictionSize.maxFullWidth, in dump()
81 restrictionSize.maxFullHeight); in dump()
82 result.appendFormat(" minFullWidth = %u, minFullHeight = %u\n", restrictionSize.minFullWidth, in dump()
83 restrictionSize.minFullHeight); in dump()
85 restrictionSize.fullWidthAlign, restrictionSize.fullHeightAlign); in dump()
86 result.appendFormat(" maxCropWidth = %u, maxCropHeight = %u\n", restrictionSize.maxCropWidth, in dump()
87 restrictionSize.maxCropHeight); in dump()
[all …]
DExynosMPP.h480 void dump(const restriction_size_t &restrictionSize, String8 &result);