Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A 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()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionJpegProcessor.java101 CaptureResult.JPEG_ORIENTATION); in getJpegParameters()
H A DCameraExtensionSessionImpl.java493 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 DCameraAdvancedExtensionSessionImpl.java393 Integer jpegRotation = request.get(CaptureRequest.JPEG_ORIENTATION); in capture()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DSimpleOneCameraFactory.java193 rootBuilder.setParam(CaptureRequest.JPEG_ORIENTATION, in createOneCamera()
H A DOneCameraImpl.java401 builder.set(CaptureRequest.JPEG_ORIENTATION, in takePictureNow()
H A DOneCameraZslImpl.java824 builder.set(CaptureRequest.JPEG_ORIENTATION, in sendSingleRequest()
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java528 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 DCameraOps.java498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java534 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation); in captureStillPicture()
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java2848 public static final Key<Integer> JPEG_ORIENTATION = field in CaptureResult
H A DCaptureRequest.java2570 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 DCameraAvgFragment.java841 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, getOrientation(rotation)); in captureStillPicture()
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DApi2Camera.java594 b1.set(CaptureRequest.JPEG_ORIENTATION, mCameraInfoCache.sensorOrientation()); in runReprocessing()
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1134 paramMap.put(CaptureRequest.JPEG_ORIENTATION, jpegRotation); in startCapture()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18447 …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 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;