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.java835 CaptureRequest.JPEG_ORIENTATION, in mapRequest()
879 CaptureResult.JPEG_ORIENTATION , in mapRequest()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1789 builder.set(CaptureRequest.JPEG_ORIENTATION, exifData.jpegOrientation); in setJpegKeys()
1802 builder.get(CaptureRequest.JPEG_ORIENTATION)); in setJpegKeys()
1896 captureResult.get(CaptureResult.JPEG_ORIENTATION)); in verifyJpegKeys()
2028 if (collector.expectKeyValueNotNull(result, CaptureResult.JPEG_ORIENTATION) != null) { in verifyJpegExifExtraTags()
2029 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/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraOps.java498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraOps.java534 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation); in captureStillPicture()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java2572 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureResult
DCaptureRequest.java2299 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureRequest
/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/non-updatable-api/
Dcurrent.txt17149 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
17234 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;
/frameworks/base/api/
Dcurrent.txt17149 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION;
17234 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;