Searched refs:pixelBytesPerRow (Results 1 – 1 of 1) sorted by relevance
339 int pixelBytesPerRow = pixelStride * image.getWidth(); in copyImageToSurfaceLocked() local340 int rowPadding = rowStride - pixelBytesPerRow; in copyImageToSurfaceLocked()346 for (int i = 0; i < pixelBytesPerRow; ++i) { in copyImageToSurfaceLocked()