Searched refs:bytesNeeded (Results 1 – 4 of 4) 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) {
77 private void freeUpCapacity(int bytesNeeded) { in freeUpCapacity() argument78 int targetSize = mCapacityBytes - bytesNeeded; in freeUpCapacity()
29 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() argument32 errStream << "Need " << bytesNeeded << " byte(s) for " << type << ", have " << bytesAvail in insufficientLengthString()
650 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef() local651 if (bytesNeeded <= mRecycledBytes) { in allocPixelRef()