Searched refs:captureResult (Results 1 – 1 of 1) sorted by relevance
1750 public static void verifyJpegKeys(Image image, CaptureResult captureResult, Size expectedSize, in verifyJpegKeys() argument1771 Size resultThumbnailSize = captureResult.get(CaptureResult.JPEG_THUMBNAIL_SIZE); in verifyJpegKeys()1788 if (collector.expectKeyValueNotNull(captureResult, CaptureResult.JPEG_GPS_LOCATION) != in verifyJpegKeys()1792 captureResult.get(CaptureResult.JPEG_GPS_LOCATION))); in verifyJpegKeys()1796 captureResult.get(CaptureResult.JPEG_ORIENTATION)); in verifyJpegKeys()1798 expectedExifData.jpegQuality, captureResult.get(CaptureResult.JPEG_QUALITY)); in verifyJpegKeys()1801 captureResult.get(CaptureResult.JPEG_THUMBNAIL_QUALITY)); in verifyJpegKeys()1805 verifyJpegExifExtraTags(exif, expectedSize, captureResult, staticInfo, collector); in verifyJpegKeys()