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++;
}
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++;
}