Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
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
/frameworks/base/core/java/android/hardware/camera2/extension/
DISessionProcessorImpl.aidl33 int startCapture(in ICaptureCallback callback, int jpegRotation, int jpegQuality); in startCapture()
/frameworks/base/libs/hwui/jni/
DYuvToJpegEncoder.cpp36 int height, int* offsets, int jpegQuality) { in encode()
236 jintArray strides, jint jpegQuality, jobject jstream, in YuvImage_compressToJpeg()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionJpegProcessor.java93 Byte jpegQuality = captureBundles.get(0).captureResult.get(CaptureResult.JPEG_QUALITY); in getJpegParameters() local
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()
DCameraAdvancedExtensionSessionImpl.java397 Byte jpegQuality = request.get(CaptureRequest.JPEG_QUALITY); in capture() local
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp114 const size_t maxOutSize, uint8_t jpegQuality, ExifOrientation exifOrientation, in encodeGrayscaleJpeg()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp274 uint8_t jpegQuality = 100; in processInputFrame() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h64 uint8_t jpegQuality, jpegThumbQuality; member
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java1130 public int startCapture(ICaptureCallback callback, int jpegRotation, int jpegQuality) { in startCapture()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2201 public final byte jpegQuality; field in CameraTestUtils.ExifTestData