Searched refs:bytesNeeded (Results 1 – 2 of 2) sorted by relevance
76 int bytesNeeded;79 bytesNeeded = 1;81 bytesNeeded = count;95 if (needsTimestamp) bytesNeeded++; // add one for timestamp byte96 if (status == mRunningStatus) bytesNeeded--; // subtract one for status byte98 if (mAccumulatedBytes + bytesNeeded > mMaxPacketSize) {
670 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef() local671 if (bytesNeeded <= mRecycledBytes) { in allocPixelRef()