Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java485 private static final int BYTES_PER_RGB_PIX = 3; // byts per pixel field in DngCreator
554 ByteBuffer buf = ByteBuffer.allocateDirect(BYTES_PER_RGB_PIX * width * height); in convertToRGB()
580 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()
594 yuvToRgb(yuvPixel, j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()
613 ByteBuffer buf = ByteBuffer.allocateDirect(BYTES_PER_RGB_PIX * width * height); in convertToRGB()
616 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()
621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21693 Landroid/hardware/camera2/DngCreator;->BYTES_PER_RGB_PIX:I