Searched refs:bytesNeeded (Results 1 – 2 of 2) sorted by relevance
67 int bytesNeeded;70 bytesNeeded = 1;72 bytesNeeded = count;86 if (needsTimestamp) bytesNeeded++; // add one for timestamp byte87 if (status == mRunningStatus) bytesNeeded--; // subtract one for status byte89 if (mAccumulatedBytes + bytesNeeded > mAccumulationBuffer.length) {
531 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef() local532 if (bytesNeeded <= mRecycledBytes) { in allocPixelRef()