Searched defs:bytesToCopy (Results 1 – 10 of 10) sorted by relevance
265 int bytesToCopy = Math.min(count, buffer.length - pos); in read() local276 int bytesToCopy = Math.min(limit - pos, count - copied); in read() local363 int bytesToCopy = Math.min(count, buffer.length - pos); in write() local
143 unsigned bytesToCopy = min(length, segmentFreeSpace); in append() local205 unsigned bytesToCopy = min(bytesLeft, segmentSize); in buffer() local
148 int bytesToCopy = sourceRect.width() * 4; in getImageData() local206 int bytesToCopy = destRect.width() * 4; in putImageData() local
175 size_t bytesToCopy = sizeof(float) * framesToProcess; in process() local
154 int bytesToCopy = bufferSize - buffer.position(); in putBytes() local
220 int bytesToCopy = getOggTotalBytes( dataBytes.length ); in readToBuffer() local
139 size_t bytesToCopy = min(bytesFromData - dstOffset, m_overlayLength - srcOffset); in read() local
48 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer() local
508 size_t bytesToCopy = buffer->size; in AndroidQuakeSoundCallback() local
930 size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel(); in copyTo() local