Home
last modified time | relevance | path

Searched refs:jpegOrientation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java650 int jpegOrientation = (i * 90) % 360; // degrees [0..270] in testPostviewAndCapture() local
656 jpegOrientation); in testPostviewAndCapture()
674 jpegOrientation, postviewFormat); in testPostviewAndCapture()
691 jpegOrientation, captureFormat); in testPostviewAndCapture()
1129 int jpegOrientation = (i * 90) % 360; // degrees [0..270] in testMultiFrameCapture() local
1133 jpegOrientation); in testMultiFrameCapture()
1148 jpegOrientation, captureFormat); in testMultiFrameCapture()
2060 Integer jpegOrientation = request.get(CaptureRequest.JPEG_ORIENTATION); in onCaptureResultAvailable() local
2061 if (jpegOrientation != null) { in onCaptureResultAvailable()
2063 mCollector.expectTrue("Request Jpeg orientation: " + jpegOrientation + in onCaptureResultAvailable()
[all …]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3352 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.ExifTestData
3935 jpegOrientation = orientation; in ExifTestData()