Home
last modified time | relevance | path

Searched defs:jpegQuality (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDepthProcessorTest.cpp38 void generateColorJpegBuffer(int jpegQuality, ExifOrientation orientationValue, bool includeExif, in generateColorJpegBuffer()
81 int jpegQuality = 95; in TEST() local
119 int jpegQuality = 95; in TEST() local
161 int jpegQuality = 95; in TEST() local
236 int jpegQuality = 95; in TEST() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/
H A DISessionProcessorImpl.aidl33 int startCapture(in ICaptureCallback callback, int jpegRotation, int jpegQuality); in startCapture()
/aosp12/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp36 int height, int* offsets, int jpegQuality) { in encode()
236 jintArray strides, jint jpegQuality, jobject jstream, in YuvImage_compressToJpeg()
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Djpeg_compressor.cpp84 int jpegQuality, const void* app1Buffer, in Encode()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionJpegProcessor.java93 Byte jpegQuality = captureBundles.get(0).captureResult.get(CaptureResult.JPEG_QUALITY); in getJpegParameters() local
H A DCameraExtensionSessionImpl.java497 Byte jpegQuality = clientRequest.get(CaptureRequest.JPEG_QUALITY); in createBurstRequest() local
1003 Byte jpegQuality = mClientRequest.get(CaptureRequest.JPEG_QUALITY); in checkAndFireBurstProcessing() local
1672 Byte jpegQuality) { in initializeParcelable()
H A DCameraAdvancedExtensionSessionImpl.java397 Byte jpegQuality = request.get(CaptureRequest.JPEG_QUALITY); in capture() local
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp114 const size_t maxOutSize, uint8_t jpegQuality, ExifOrientation exifOrientation, in encodeGrayscaleJpeg()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp274 uint8_t jpegQuality = 100; in processInputFrame() local
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp387 int jpegQuality, const void *app1Buffer, size_t app1Size, in encodeJpegYU12()
H A DExternalCameraDeviceSession.cpp1263 int jpegQuality, thumbQuality; in createJpegLocked() local
2488 const uint8_t jpegQuality = 90; in initDefaultRequests() local
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java1681 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in setCameraParameters() local
H A DPhotoModule.java2024 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in updateParametersPictureQuality() local
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h64 uint8_t jpegQuality, jpegThumbQuality; member
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java1949 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in setCameraParameters() local
H A DCamera.java2013 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in updateCameraParametersPreference() local
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1132 public int startCapture(ICaptureCallback callback, int jpegRotation, int jpegQuality) { in startCapture()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java2201 public final byte jpegQuality; field in CameraTestUtils.ExifTestData
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2698 int32_t jpegQuality = cameraParams.getInt(CameraParameters::KEY_JPEG_QUALITY); in TEST_P() local