Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java609 private static ByteBuffer convertToRGB(Bitmap argbBitmap) { in convertToRGB() argument
611 int width = argbBitmap.getWidth(); in convertToRGB()
612 int height = argbBitmap.getHeight(); in convertToRGB()
618 argbBitmap.getPixels(pixelRow, /*offset*/0, /*stride*/width, /*x*/0, /*y*/i, in convertToRGB()