Home
last modified time | relevance | path

Searched refs:pixelBytesPerRow (Results 1 – 1 of 1) sorted by relevance

/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DDisplayActivity.java339 int pixelBytesPerRow = pixelStride * image.getWidth(); in copyImageToSurfaceLocked() local
340 int rowPadding = rowStride - pixelBytesPerRow; in copyImageToSurfaceLocked()
346 for (int i = 0; i < pixelBytesPerRow; ++i) { in copyImageToSurfaceLocked()