Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java615 int[] pixelRow = new int[width]; in convertToRGB() local
618 argbBitmap.getPixels(pixelRow, /*offset*/0, /*stride*/width, /*x*/0, /*y*/i, in convertToRGB()
621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()