Searched defs:expectedSize (Results 1 – 3 of 3) sorted by relevance
46 int expectedSize = expectedScreenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in testScreenLayout() local
1497 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateYuvData() local1512 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateRaw16Data() local1550 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateDepth16Data() local1864 public static void basicValidateJpegImage(Image image, Size expectedSize) { in basicValidateJpegImage()1893 public static void verifyJpegKeys(Image image, CaptureResult captureResult, Size expectedSize, in verifyJpegKeys()
707 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateYuvData() local