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