Searched refs:captureResult (Results 1 – 1 of 1) sorted by relevance
1876 public static void verifyJpegKeys(Image image, CaptureResult captureResult, Size expectedSize, in verifyJpegKeys() argument1897 Size resultThumbnailSize = captureResult.get(CaptureResult.JPEG_THUMBNAIL_SIZE); in verifyJpegKeys()1914 if (collector.expectKeyValueNotNull(captureResult, CaptureResult.JPEG_GPS_LOCATION) != in verifyJpegKeys()1918 captureResult.get(CaptureResult.JPEG_GPS_LOCATION))); in verifyJpegKeys()1922 captureResult.get(CaptureResult.JPEG_ORIENTATION)); in verifyJpegKeys()1924 expectedExifData.jpegQuality, captureResult.get(CaptureResult.JPEG_QUALITY)); in verifyJpegKeys()1927 captureResult.get(CaptureResult.JPEG_THUMBNAIL_QUALITY)); in verifyJpegKeys()1931 verifyJpegExifExtraTags(exif, expectedSize, captureResult, staticInfo, collector); in verifyJpegKeys()