libhwcutils: resolve compilation errors
authorfiliprrs <filiprrs@gmail.com>
Thu, 29 Jul 2021 21:02:05 +0000 (23:02 +0200)
committerfiliprrs <filiprrs@gmail.com>
Thu, 29 Jul 2021 21:02:05 +0000 (23:02 +0200)
Change-Id: I04ab2346fb3b4be505a3869b4882b7c47eadb3ac

libhwcutils/ExynosMPPv2.cpp

index a33bf321ca3f414ef953ae3b435e9b2e59f26a72..ba17b34e183c2e3211196a6ed4e0d2a134535a3a 100644 (file)
@@ -735,7 +735,7 @@ int ExynosMPP::reallocateBuffers(private_handle_t *srcHandle, exynos_mpp_img &ds
                     strerror(-ret));
             return ret;
         }
-        HDEBUGLOGD(eDebugMPP, "%d dst buffer is allocated, mAllocatedBufferNum(%d)", mCurrentBuf, mAllocatedBufferNum);
+        HDEBUGLOGD(eDebugMPP, "%zu dst buffer is allocated, mAllocatedBufferNum(%d)", mCurrentBuf, mAllocatedBufferNum);
         mAllocatedBufferNum++;
     }
 
@@ -747,7 +747,7 @@ int ExynosMPP::reallocateBuffers(private_handle_t *srcHandle, exynos_mpp_img &ds
                     midImg.w, midImg.h, strerror(-ret));
             return ret;
         }
-        HDEBUGLOGD(eDebugMPP, "%d mid buffer is allocated, mAllocatedBufferNum(%d)", mCurrentBuf, mAllocatedMidBufferNum);
+        HDEBUGLOGD(eDebugMPP, "%zu mid buffer is allocated, mAllocatedBufferNum(%d)", mCurrentBuf, mAllocatedMidBufferNum);
         mAllocatedMidBufferNum++;
     }