Searched refs:getBitsPerPixel (Results 1 – 6 of 6) sorted by relevance
699 public static int getBitsPerPixel(int format) { in getBitsPerPixel() method in ImageFormat
291 ImageFormat.getBitsPerPixel(ImageFormat.NV21) / 8; in startPreview()353 ImageFormat.getBitsPerPixel(ImageFormat.NV21) / 8; in onPreviewFrame()
835 data = new byte[width * height * ImageFormat.getBitsPerPixel(format) / 8]; in getDataFromImage()861 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage()1398 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateYuvData()1413 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateRaw16Data()1451 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateDepth16Data()
10787 method public static int getBitsPerPixel(int);
13001 method public static int getBitsPerPixel(int);
13781 method public static int getBitsPerPixel(int);