Searched defs:jpeg (Results 1 – 3 of 3) sorted by relevance
51 def strip_soi_marker(jpeg): argument69 def strip_appn_data(jpeg): argument99 def find_dqt_markers(marker, jpeg): argument119 def extract_dqts(jpeg, debug=False): argument
121 public Pair<Image, CaptureResult> jpeg; field in DngCreatorTest.CapturedDataMaximumResolution132 Image jpeg; field in DngCreatorTest.DngDebugParams515 Image jpeg = data.jpeg.first; in testRaw16JpegMaximumResolutionConsistency() local599 Image jpeg = data.imagePair.first.get(1); in testRaw16JpegConsistency() local663 Image jpeg = data.imagePair.first.get(1); in testDngRenderingByBitmapFactor() local857 private void validateRawJpegImagePair(Bitmap rawBitmap, Image jpeg, String deviceId) in validateRawJpegImagePair()
250 sFormatMap.put(ImageFormat.JPEG, "jpeg"); in sFormatMap.put()