Searched refs:getBitsPerPixel (Results 1 – 6 of 6) sorted by relevance
716 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);
11804 Landroid/graphics/ImageFormat;->getBitsPerPixel(I)I
13729 method public static int getBitsPerPixel(int);