Searched defs:argbBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java580 private static ByteBuffer convertToRGB(Bitmap argbBitmap) { argument
582 int width = argbBitmap.getWidth();
583 int height = argbBitmap.getHeight();
589 argbBitmap.getPixels(pixelRow, /*offset*/0, /*stride*/width, /*x*/0, /*y*/i,

Completed in 94 milliseconds