Searched refs:jpegOrientation (Results 1 – 2 of 2) sorted by relevance
650 int jpegOrientation = (i * 90) % 360; // degrees [0..270] in testPostviewAndCapture() local656 jpegOrientation); in testPostviewAndCapture()674 jpegOrientation, postviewFormat); in testPostviewAndCapture()691 jpegOrientation, captureFormat); in testPostviewAndCapture()1129 int jpegOrientation = (i * 90) % 360; // degrees [0..270] in testMultiFrameCapture() local1133 jpegOrientation); in testMultiFrameCapture()1148 jpegOrientation, captureFormat); in testMultiFrameCapture()2060 Integer jpegOrientation = request.get(CaptureRequest.JPEG_ORIENTATION); in onCaptureResultAvailable() local2061 if (jpegOrientation != null) { in onCaptureResultAvailable()2063 mCollector.expectTrue("Request Jpeg orientation: " + jpegOrientation + in onCaptureResultAvailable()[all …]
3352 builder.set(CaptureRequest.JPEG_ORIENTATION, exifData.jpegOrientation); in setJpegKeys()3364 exifData.jpegOrientation, in setJpegKeys()3442 int orientationTested = expectedExifData.jpegOrientation; in verifyJpegKeys()3465 expectedExifData.jpegOrientation, in verifyJpegKeys()3928 public final int jpegOrientation; field in CameraTestUtils.ExifTestData3935 jpegOrientation = orientation; in ExifTestData()