/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1789 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()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraExtensionJpegProcessor.java | 101 CaptureResult.JPEG_ORIENTATION); in getJpegParameters()
|
H A D | CameraExtensionSessionImpl.java | 493 Integer jpegRotation = clientRequest.get(CaptureRequest.JPEG_ORIENTATION); in createBurstRequest() 495 captureStage.parameters.set(CaptureRequest.JPEG_ORIENTATION, jpegRotation); in createBurstRequest() 1004 Integer jpegOrientation = mClientRequest.get(CaptureRequest.JPEG_ORIENTATION); in checkAndFireBurstProcessing() 1682 bundle.captureResult.set(CaptureResult.JPEG_ORIENTATION, jpegOrientation); in initializeParcelable()
|
H A D | CameraAdvancedExtensionSessionImpl.java | 393 Integer jpegRotation = request.get(CaptureRequest.JPEG_ORIENTATION); in capture()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/ |
H A D | SimpleOneCameraFactory.java | 193 rootBuilder.setParam(CaptureRequest.JPEG_ORIENTATION, in createOneCamera()
|
H A D | OneCameraImpl.java | 401 builder.set(CaptureRequest.JPEG_ORIENTATION, in takePictureNow()
|
H A D | OneCameraZslImpl.java | 824 builder.set(CaptureRequest.JPEG_ORIENTATION, in sendSingleRequest()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | AndroidCamera2AgentImpl.java | 528 mPersistentSettings.set(CaptureRequest.JPEG_ORIENTATION, msg.arg2 > 0 ? in handleMessage() 534 mPersistentSettings.set(CaptureRequest.JPEG_ORIENTATION, msg.arg1); in handleMessage()
|
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
H A D | CameraOps.java | 498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | CameraOps.java | 534 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation); in captureStillPicture()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CaptureResult.java | 2848 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureResult
|
H A D | CaptureRequest.java | 2570 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureRequest
|
/aosp12/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
H A D | CameraAvgFragment.java | 841 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, getOrientation(rotation)); in captureStillPicture()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | Api2Camera.java | 594 b1.set(CaptureRequest.JPEG_ORIENTATION, mCameraInfoCache.sensorOrientation()); in runReprocessing()
|
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
H A D | CameraExtensionsProxyService.java | 1134 paramMap.put(CaptureRequest.JPEG_ORIENTATION, jpegRotation); in startCapture()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 18447 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> JPEG_ORIENTATION; 18537 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> JPEG_ORIENTATION;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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;
|