Searched defs:jpegOrientation (Results 1 – 7 of 7) sorted by relevance
101 int jpegOrientation, int jpegQuality) { in encodeToJpeg()122 jpegOrientation); in encodeToJpeg() local
258 Integer jpegOrientation = JPEG_DEFAULT_ROTATION; in processImageCapture() local
739 Integer jpegOrientation = JPEG_DEFAULT_ROTATION; in processImageCapture() local
32 int jpegOrientation = VirtualCameraDevice::kDefaultJpegOrientation; member
192 Integer jpegOrientation = result.get(CaptureResult.JPEG_ORIENTATION); in process() local
1289 Integer jpegOrientation = mClientRequest.get(CaptureRequest.JPEG_ORIENTATION); in checkAndFireBurstProcessing() local2157 HashMap<Integer, Pair<Image, TotalCaptureResult>> captureMap, Integer jpegOrientation, in initializeParcelable() argument
2202 public final int jpegOrientation; field in CameraTestUtils.ExifTestData