Searched refs:effectivePlaneSize (Results 1 – 1 of 1) sorted by relevance
140 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i); in imageCopy() local141 int srcByteCount = effectivePlaneSize.getWidth() * srcPlanes[i].getPixelStride(); in imageCopy()142 for (int row = 0; row < effectivePlaneSize.getHeight(); row++) { in imageCopy()143 if (row == effectivePlaneSize.getHeight() - 1) { in imageCopy()