Searched refs:frmOffset (Results 1 – 3 of 3) sorted by relevance
423 int offset = 0, frmOffset = mInputBufferReadOffset; in fillByteBuffer() local444 frmOffset + j * tileWidth * mActiveRawRes.mBytesPerSample, in fillByteBuffer()450 frmOffset += tileWidth * tileHeight * mActiveRawRes.mBytesPerSample; in fillByteBuffer()
172 int offset = 0, frmOffset = mInputBufferReadOffset; in fillByteBuffer() local202 mInputData + (frmOffset + j * tileWidth), colsToCopy); in fillByteBuffer()207 frmOffset += tileWidth * tileHeight; in fillByteBuffer()
837 int offset = 0, frmOffset = mNumBytesSubmitted; in fillByteBuffer() local855 inputBuffer.put(mInputData, frmOffset + j * tileWidth, colsToCopy); in fillByteBuffer()860 frmOffset += tileWidth * tileHeight; in fillByteBuffer()