/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | DepthProcessorTest.cpp | 38 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 D | ISessionProcessorImpl.aidl | 33 int startCapture(in ICaptureCallback callback, int jpegRotation, int jpegQuality); in startCapture()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | YuvToJpegEncoder.cpp | 36 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 D | jpeg_compressor.cpp | 84 int jpegQuality, const void* app1Buffer, in Encode()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraExtensionJpegProcessor.java | 93 Byte jpegQuality = captureBundles.get(0).captureResult.get(CaptureResult.JPEG_QUALITY); in getJpegParameters() local
|
H A D | CameraExtensionSessionImpl.java | 497 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 D | CameraAdvancedExtensionSessionImpl.java | 397 Byte jpegQuality = request.get(CaptureRequest.JPEG_QUALITY); in capture() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | DepthPhotoProcessor.cpp | 114 const size_t maxOutSize, uint8_t jpegQuality, ExifOrientation exifOrientation, in encodeGrayscaleJpeg()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | DepthCompositeStream.cpp | 274 uint8_t jpegQuality = 100; in processInputFrame() local
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraUtils.cpp | 387 int jpegQuality, const void *app1Buffer, size_t app1Size, in encodeJpegYU12()
|
H A D | ExternalCameraDeviceSession.cpp | 1263 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 D | VideoModule.java | 1681 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in setCameraParameters() local
|
H A D | PhotoModule.java | 2024 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in updateParametersPictureQuality() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | Parameters.h | 64 uint8_t jpegQuality, jpegThumbQuality; member
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | VideoCamera.java | 1949 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in setCameraParameters() local
|
H A D | Camera.java | 2013 int jpegQuality = CameraProfile.getJpegEncodingQualityParameter(mCameraId, in updateCameraParametersPreference() local
|
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
H A D | CameraExtensionsProxyService.java | 1132 public int startCapture(ICaptureCallback callback, int jpegRotation, int jpegQuality) { in startCapture()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 2201 public final byte jpegQuality; field in CameraTestUtils.ExifTestData
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 2698 int32_t jpegQuality = cameraParams.getInt(CameraParameters::KEY_JPEG_QUALITY); in TEST_P() local
|