Searched refs:rowInc (Results 1 – 1 of 1) sorted by relevance
5444 int rowInc = info.getInt(); in MediaImage() local5451 if (colInc < 1 || rowInc < 1) { in MediaImage()5453 + colInc + " pixel, " + rowInc + " row on plane " + ix); in MediaImage()5457 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()5459 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()5460 mPlanes[ix] = new MediaPlane(buffer.slice(), rowInc, colInc); in MediaImage()5528 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) { in MediaPlane() argument5530 mRowInc = rowInc; in MediaPlane()