diff options
Diffstat (limited to 'libhwc2.1/libresource/ExynosResourceManager.cpp')
-rw-r--r-- | libhwc2.1/libresource/ExynosResourceManager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libhwc2.1/libresource/ExynosResourceManager.cpp b/libhwc2.1/libresource/ExynosResourceManager.cpp index 3a2fc76..eccb102 100644 --- a/libhwc2.1/libresource/ExynosResourceManager.cpp +++ b/libhwc2.1/libresource/ExynosResourceManager.cpp @@ -2258,11 +2258,11 @@ void ExynosResourceManager::makeFormatRestrictions(restriction_key_t table) { mFormatRestrictions[mFormatRestrictionCnt] = table; - HDEBUGLOGD(eDebugDefault, "MPP : %s, %d, %s, %d" - ,getMPPStr(mFormatRestrictions[mFormatRestrictionCnt].hwType).string() - ,mFormatRestrictions[mFormatRestrictionCnt].nodeType - ,getFormatStr(mFormatRestrictions[mFormatRestrictionCnt].format).string() - ,mFormatRestrictions[mFormatRestrictionCnt].reserved); + HDEBUGLOGD(eDebugDefault, "MPP : %s, %d, %s, %d", + getMPPStr(mFormatRestrictions[mFormatRestrictionCnt].hwType).string(), + mFormatRestrictions[mFormatRestrictionCnt].nodeType, + getFormatStr(mFormatRestrictions[mFormatRestrictionCnt].format, COMP_ANY).string(), + mFormatRestrictions[mFormatRestrictionCnt].reserved); mFormatRestrictionCnt++; } |