Searched refs:getBitsPerPixel (Results 1 – 5 of 5) sorted by relevance
770 public static int getBitsPerPixel(@Format int format) { in getBitsPerPixel() method in ImageFormat
291 ImageFormat.getBitsPerPixel(ImageFormat.NV21) / 8; in startPreview()353 ImageFormat.getBitsPerPixel(ImageFormat.NV21) / 8; in onPreviewFrame()
872 data = new byte[width * height * ImageFormat.getBitsPerPixel(format) / 8]; in getDataFromImage()898 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage()1453 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateYuvData()1468 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateRaw16Data()1506 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateDepth16Data()
10787 method public static int getBitsPerPixel(int);
14248 method public static int getBitsPerPixel(int);