Home | History | Annotate | Download | only in media

Lines Matching refs:colInc

3706                     int colInc = info.getInt();
3714 if (colInc < 1 || rowInc < 1) {
3716 + colInc + " pixel, " + rowInc + " row on plane " + ix);
3721 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc);
3723 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc);
3724 mPlanes[ix] = new MediaPlane(buffer.slice(), rowInc, colInc);
3739 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) {
3742 mColInc = colInc;