Searched refs:rowInc (Results 1 – 1 of 1) sorted by relevance
3707 int rowInc = info.getInt(); in MediaImage() local3714 if (colInc < 1 || rowInc < 1) { in MediaImage()3716 + colInc + " pixel, " + rowInc + " row on plane " + ix); in MediaImage()3721 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()3723 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()3724 mPlanes[ix] = new MediaPlane(buffer.slice(), rowInc, colInc); in MediaImage()3739 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) { in MediaPlane() argument3741 mRowInc = rowInc; in MediaPlane()