Searched refs:mDataLength (Results 1 – 2 of 2) sorted by relevance
33 private int mDataLength = 0; field in SystraceTask71 if (mDataLength + length > mBuffer.length) { in addOutput()72 mBuffer = Bytes.ensureCapacity(mBuffer, mDataLength + length + 1, 1024); in addOutput()76 mBuffer[mDataLength + i] = data[offset + i]; in addOutput()78 mDataLength += length; in addOutput()86 byte[] copy = new byte[mDataLength]; in flush()87 for (int i = 0; i < mDataLength; i++) { in flush()
191 final int mDataLength = 16; field in PsdFile.ImageResources215 out.writeInt(mDataLength); in write()426 final int mDataLength; field in PsdFile.Channel430 mDataLength = dataLength + 2; in Channel()434 return 2 + 4 + mDataLength; in getLength()439 out.writeInt(mDataLength); in write()