Home
last modified time | relevance | path

Searched defs:jpegBytes (Results 1 – 22 of 22) sorted by relevance

/camera/camera-testing/src/androidTest/java/androidx/camera/testing/
DTestImageUtilDeviceTest.kt59 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in createTestJpeg_verifyColor() constant
72 val jpegBytes = createJpegrBytes(WIDTH, HEIGHT) in createTestJpegr_verifyColorAndGainmapContent() constant
120 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in createJpegImageProxy_verifyContent() constant
138 val jpegBytes = createJpegrBytes(WIDTH, HEIGHT) in createJpegrImageProxy_verifyContent() constant
DExifUtilDeviceTest.kt48 val jpegBytes = TestImageUtil.createJpegrBytes(WIDTH, HEIGHT) in createJpegrWithExif_verifyExif() constant
/camera/camera-core/src/test/java/androidx/camera/core/imagecapture/
DProcessingNodeTest.kt99 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
129 val jpegBytes = createJpegrBytes(WIDTH, HEIGHT) in <lambda>() constant
202 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
249 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
278 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
308 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
DImage2JpegBytesTest.kt55 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in processJpegImage_assertOutput() constant
90 val jpegBytes = createJpegrBytes(WIDTH, HEIGHT) in processJpegrImage_assertOutput() constant
DJpegImage2ResultTest.kt52 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in process_verifyOutput() constant
DProcessingInput2PacketTest.kt89 val jpegBytes = updateExif(createJpegBytes(640, 480)) { it.description = EXIF_DESCRIPTION } in processInput_assertImageAndNonTransformationExif() constant
113 val jpegBytes = updateExif(createJpegrBytes(640, 480)) { it.description = EXIF_DESCRIPTION } in processInput_assertImageAndNonTransformationExif_whenOutputFormatIsJpegr() constant
DJpegBytes2DiskTest.kt129 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in saveFileAndGetPath() constant
DImagePipelineTest.kt500 val jpegBytes = createJpegrBytes(WIDTH, HEIGHT) in <lambda>() constant
507 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in <lambda>() constant
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/
DExifUtil.java55 public static @NonNull Exif createExif(byte @NonNull [] jpegBytes) throws IOException { in createExif()
63 public static byte @NonNull [] updateExif(byte @NonNull [] jpegBytes, in updateExif()
73 private static File saveBytesToFile(byte @NonNull [] jpegBytes) throws IOException { in saveBytesToFile()
DTestImageUtil.java215 byte @NonNull [] jpegBytes) { in createJpegFakeImageProxy()
225 byte @NonNull [] jpegBytes) { in createJpegrFakeImageProxy()
235 byte @NonNull [] jpegBytes, int width, int height) { in createJpegFakeImageProxy()
248 byte @NonNull [] jpegBytes, int width, int height) { in createJpegrFakeImageProxy()
260 public static @NonNull FakeImageProxy createJpegFakeImageProxy(byte @NonNull [] jpegBytes) { in createJpegFakeImageProxy()
268 public static @NonNull FakeImageProxy createJpegrFakeImageProxy(byte @NonNull [] jpegBytes) { in createJpegrFakeImageProxy()
/camera/camera-core/src/androidTest/java/androidx/camera/core/internal/utils/
DImageUtilDeviceTest.kt174 val jpegBytes = TestImageUtil.createJpegBytes(WIDTH, HEIGHT) in createBitmapFromImageProxy_jpeg() constant
192 val jpegBytes = TestImageUtil.createJpegrBytes(WIDTH, HEIGHT) in createBitmapFromImageProxy_jpegr() constant
212 val jpegBytes = TestImageUtil.createJpegBytes(WIDTH, HEIGHT) in createBitmapFromImageProxy_invalidJpegByteArray() constant
249 val jpegBytes = TestImageUtil.createJpegrBytes(WIDTH, HEIGHT) in canCropJpegByteArrayOfJpegr() constant
/camera/camera-core/src/androidTest/java/androidx/camera/core/imagecapture/
DJpegBytes2DiskDeviceTest.kt55 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in saveToOutputStream_verifySavedImageIsIdentical() constant
102 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in saveFileAndGetPath() constant
DJpegBytes2ImageDeviceTest.kt50 val jpegBytes = in processInput_assertOutput() constant
DJpegBytes2CroppedBitmapDeviceTest.kt50 val jpegBytes = createJpegBytes(WIDTH, HEIGHT) in process_verifyOutput() constant
DImage2BitmapTest.kt110 val jpegBytes = TestImageUtil.createJpegBytes(Utils.WIDTH, Utils.HEIGHT) in processJpegImage_assertOutput() constant
DProcessingNodeDeviceTest.kt407 val jpegBytes = in saveJpegOnDisk_verifyOutput() constant
450 val jpegBytes = in saveJpegrOnDisk_verifyOutput() constant
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/fakes/
DFakeJpegPlaneProxy.java36 public FakeJpegPlaneProxy(byte @NonNull [] jpegBytes) { in FakeJpegPlaneProxy()
/camera/camera-core/src/main/java/androidx/camera/core/imagecapture/
DJpegBytes2CroppedBitmap.java56 private @NonNull Bitmap createCroppedBitmap(byte @NonNull [] jpegBytes, @NonNull Rect cropRect) in createCroppedBitmap()
DJpegBytes2Disk.java87 public static @NonNull In of(@NonNull Packet<byte[]> jpegBytes, in of()
DImage2JpegBytes.java122 private static Exif extractExif(byte @NonNull [] jpegBytes) throws ImageCaptureException { in extractExif()
DProcessingNode.java321 Packet<byte[]> jpegBytes = mImage2JpegBytes.apply( in saveJpegToDisk() local
343 Packet<byte[]> jpegBytes = mImage2JpegBytes.apply( in processInMemoryCapture() local
/camera/camera-core/src/main/java/androidx/camera/core/
DImageProcessingUtil.java78 byte @NonNull [] jpegBytes) { in convertJpegBytesToImage()
137 byte @NonNull [] jpegBytes) { in writeJpegBytesToSurface()