Searched refs:colInc (Results 1 – 1 of 1) sorted by relevance
3329 int colInc = readInt(info, sizeIsLong); in MediaImage() local3340 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()3342 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()3343 mPlanes[ix] = new MediaPlane(buffer.slice(), rowInc, colInc); in MediaImage()3358 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) { in MediaPlane() argument3361 mColInc = colInc; in MediaPlane()