Searched refs:BYTES_PER_RGB_PIX (Results 1 – 2 of 2) sorted by relevance
485 private static final int BYTES_PER_RGB_PIX = 3; // byts per pixel field in DngCreator554 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()
21693 Landroid/hardware/camera2/DngCreator;->BYTES_PER_RGB_PIX:I