Searched refs:JPEG_ORIENTATION (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyResultMapper.java | 267 result.set(JPEG_ORIENTATION, request.get(CaptureRequest.JPEG_ORIENTATION)); in convertResultMetadata()
|
D | LegacyRequestMapper.java | 404 Integer orientation = request.get(CaptureRequest.JPEG_ORIENTATION); in convertRequestMetadata() 405 params.setRotation(ParamsUtils.getOrDefault(request, JPEG_ORIENTATION, in convertRequestMetadata()
|
D | LegacyMetadataMapper.java | 827 CaptureRequest.JPEG_ORIENTATION, in mapRequest() 871 CaptureResult.JPEG_ORIENTATION , in mapRequest()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 1717 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/ |
D | AndroidCamera2AgentImpl.java | 528 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/ |
D | CaptureRequest.java | 1815 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureRequest
|
D | CaptureResult.java | 2365 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureResult
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
D | CameraOps.java | 498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12935 …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/ |
D | current.txt | 14148 …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;
|
D | test-current.txt | 14161 …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;
|
D | system-current.txt | 14595 …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;
|