Home
last modified time | relevance | path

Searched refs:JPEG_ORIENTATION (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyResultMapper.java267 result.set(JPEG_ORIENTATION, request.get(CaptureRequest.JPEG_ORIENTATION)); in convertResultMetadata()
DLegacyRequestMapper.java404 Integer orientation = request.get(CaptureRequest.JPEG_ORIENTATION); in convertRequestMetadata()
405 params.setRotation(ParamsUtils.getOrDefault(request, JPEG_ORIENTATION, in convertRequestMetadata()
DLegacyMetadataMapper.java827 CaptureRequest.JPEG_ORIENTATION, in mapRequest()
871 CaptureResult.JPEG_ORIENTATION , in mapRequest()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1717 builder.set(CaptureRequest.JPEG_ORIENTATION, exifData.jpegOrientation); in setJpegKeys()
1730 builder.get(CaptureRequest.JPEG_ORIENTATION)); in setJpegKeys()
1824 captureResult.get(CaptureResult.JPEG_ORIENTATION)); in verifyJpegKeys()
1956 if (collector.expectKeyValueNotNull(result, CaptureResult.JPEG_ORIENTATION) != null) { in verifyJpegExifExtraTags()
1957 int requestedOrientation = result.get(CaptureResult.JPEG_ORIENTATION); in verifyJpegExifExtraTags()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java528 mPersistentSettings.set(CaptureRequest.JPEG_ORIENTATION, msg.arg2 > 0 ? in handleMessage()
534 mPersistentSettings.set(CaptureRequest.JPEG_ORIENTATION, msg.arg1); in handleMessage()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java1815 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureRequest
DCaptureResult.java2365 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureResult
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DCameraOps.java498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12935 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
13010 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;
/frameworks/base/api/
Dcurrent.txt14148 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
14227 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;
Dtest-current.txt14161 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
14240 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;
Dsystem-current.txt14595 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
14674 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;