Searched defs:image (Results 26 - 50 of 103) sorted by relevance

12345

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/image/
H A DRangeInverseDepthTransform.java1 package com.android.rs.refocus.image;
H A DRangeLinearDepthTransform.java1 package com.android.rs.refocus.image;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGrain.java17 package com.android.rs.image;
H A DBlend.java17 package com.android.rs.image;
H A DBlur25.java17 package com.android.rs.image;
H A DBlur25G.java17 package com.android.rs.image;
H A DFisheye.java17 package com.android.rs.image;
H A DMandelbrot.java17 package com.android.rs.image;
H A DLevelsV4.java17 package com.android.rs.image;
H A DTestBase.java17 package com.android.rs.image;
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
H A DImageBuffersForRenderScriptd1new.java15 * A class that manages the image buffers that interface between Java and Render
42 * @param image an input (padded) RGBD image
48 public ImageBuffersForRenderScriptd1new(Bitmap image, int margin, argument
50 super(image, margin, renderScript);
86 * sets up the input image.
101 // At this point, {@code inAllocation} contains input RGBD image in Java.
102 // {@code g_sharp_image} is a global pointer that points the focus image in
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java33 * Utility class to save images into android image database
41 Bitmap image,
44 final Bitmap source = image;
63 values.put(Images.Media.MIME_TYPE, "image/jpeg");
64 // Add the date meta data to ensure the image is added at the front of the gallery
40 insertImage(ContentResolver contentResolver, Bitmap image, String title, String description) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c255 image Current image
264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum) argument
271 width = image->width;
272 height = image->height;
279 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
281 image
[all...]
H A Dh264bsd_image.c65 Write one macroblock into the image. Both luma and chroma
73 image pointer to the image where the macroblock will be written
80 void h264bsdWriteMacroblock(image_t *image, u8 *data) argument
93 ASSERT(image);
97 width = image->width;
101 lum = (u32*)image->luma;
102 cb = (u32*)image->cb;
103 cr = (u32*)image->cr;
151 Write one macroblock into the image
171 h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data, i32 residual[][16]) argument
[all...]
/frameworks/base/media/java/android/media/
H A DImageUtils.java76 * Copy source image data to destination Image.
81 * source image will be copied to the byteBuffers from the destination Image
82 * starting from position zero, and the destination image will be rewound to
86 * @param src The source image to be copied from.
87 * @param dst The destination image to be copied to.
107 throw new IllegalArgumentException("Destination image is not from ImageWriter. Only"
113 throw new IllegalArgumentException("source image size " + srcSize + " is different"
114 + " with " + "destination image size " + dstSize);
131 throw new IllegalArgumentException("Source plane image pixel stride " +
133 " must be same as destination image pixe
229 getEffectivePlaneSizeForImage(Image image, int planeIdx) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSobelFilter.java17 package androidx.media.filterpacks.image;
100 return new Signature().addInputPort("image", Signature.PORT_REQUIRED, imageIn)
121 FrameImage2D inputImage = getConnectedInputPort("image").pullFrame().asFrameImage2D();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java25 import java.awt.image.BufferedImage;
33 import static java.awt.image.BufferedImage.TYPE_INT_ARGB;
46 * Utilities related to image processing.
61 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) argument
63 int maxDimension = Math.max(image.getWidth(), image.getHeight());
65 BufferedImage thumbnail = scale(image, scale, scale);
88 BufferedImage image, double maxPercentDifferent) throws IOException {
89 assertEquals("Only TYPE_INT_ARGB image types are supported", TYPE_INT_ARGB, image
87 assertImageSimilar(String relativePath, BufferedImage goldenImage, BufferedImage image, double maxPercentDifferent) argument
320 saveImageAndAppendMessage(@onNull BufferedImage image, @NonNull String initialMessage, @NonNull String relativePath) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdWriteMacroblock.s25 image RN 0 label
74 ; Write one macroblock into the image. Both luma and chroma
82 ; image pointer to the image where the macroblock will be written
93 LDR width, [image, #4]
94 LDR luma, [image, #0xC]
95 LDR cb, [image, #0x10]
96 LDR cr, [image, #0x14]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdWriteMacroblock.S27 #define image r0 define
76 Write one macroblock into the image. Both luma and chroma
84 image pointer to the image where the macroblock will be written
95 LDR width, [image, #4]
96 LDR luma, [image, #0xC]
97 LDR cb, [image, #0x10]
98 LDR cr, [image, #0x14]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java168 * capture result and image are validated.
188 * capture result and image are validated. If {@code addAeTriggerCancel} is true,
366 // validate image
367 Image image = imageListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS);
368 validateJpegCapture(image, maxStillSz);
370 // Free image resources
371 image.close();
476 * @param rawRequest a {@link CaptureRequest} use to capture a RAW16 image.
562 * Validate standard raw (RAW16) capture image.
564 * @param image Th
567 validateRaw16Image(Image image, Size rawSize) argument
582 validateJpegCapture(Image image, Size jpegSize) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp55 if (image) eglDestroyImageKHR(display, image); \
117 EGLImageKHR image = EGL_NO_IMAGE_KHR; local
142 // The EGL image is later bound to a 2D texture
145 image = eglCreateImageKHR(display, EGL_NO_CONTEXT,
147 if (image == EGL_NO_IMAGE_KHR) {
148 ALOGW("Could not create EGL image");
154 glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, image);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java23 import java.awt.image.BufferedImage;
24 import java.awt.image.DataBufferInt;
33 * Adds a drop shadow to a semi-transparent image (of an arbitrary shape) and returns it as a
34 * new image. This method attempts to mimic the same visual characteristics as the rectangular
35 * shadow painting methods in this class, {@link #createRectangularDropShadow(java.awt.image.BufferedImage)}
36 * and {@link #createSmallRectangularDropShadow(java.awt.image.BufferedImage)}.
38 * If shadowSize is less or equals to 1, no shadow will be painted and the source image will be
41 * @param source the source image
45 * @return an image with the shadow painted in or the source image i
241 drawRectangleShadow(BufferedImage image, int x, int y, int width, int height) argument
262 drawSmallRectangleShadow(BufferedImage image, int x, int y, int width, int height) argument
[all...]
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java40 float[] mPointsXY; // polygon point in original image coordnates
41 Rect mSearchRange; // range to search in (original image coordinates
44 int mCutOffsetX; // image coords of the cut (mPointsXY - mPasteOffX + mCutOffsetX)
45 int mCutOffsetY; // image coords of the cut (mPointsXY - mPasteOffY + mCutOffsetY)
60 throw new RuntimeException("ROI to close to the edge of the image");
84 public Rect findMatch(ScriptC_find_region findRegion, RenderScript mRs, Bitmap image) { argument
99 findRegion.set_image(Allocation.createFromBitmap(mRs, image));
H A DHealing.java37 float[] mPointsXY; // polygon point in original image coordnates
38 int mCutOffsetX; // image coords of the cut (mPointsXY - mPasteOffX + mCutOffsetX)
39 int mCutOffsetY; // image coords of the cut (mPointsXY - mPasteOffY + mCutOffsetY)
74 * @param image
76 public void heal(ScriptC_healing healing, RenderScript rs, Bitmap image, Bitmap output) { argument
90 Bitmap destBitmap = createMutableBitmap(image, mRoiBounds.left, mRoiBounds.top,
95 Bitmap src = createMutableBitmap(image, mCutOffsetX, mCutOffsetY,
140 c.drawBitmap(image, 0, 0, null);
145 Bitmap createMutableBitmap(Bitmap image, int x, int y, int width, int height) { argument
146 Bitmap ret = Bitmap.createBitmap(image,
[all...]
H A DRegion.java43 int mCutOffsetX; // image coords of the cut (mPointsXY - mPasteOffX + mCutOffsetX)
44 int mCutOffsetY; // image coords of the cut (mPointsXY - mPasteOffY + mCutOffsetY)
48 float[] mPointsXY; // polygon point in original image coordnates
110 public Drawable findMatch(ScriptC_find_region findRegion, RenderScript mRs, Bitmap image) { argument
111 Rect mRoiBounds = mFindRegion.findMatch(findRegion, mRs, image);
156 Bitmap createMutableBitmap(Bitmap image, int x, int y, int width, int height) { argument
157 Bitmap ret = Bitmap.createBitmap(image, x, y, width, height);
166 * @param image
168 public void heal(ScriptC_healing healing, RenderScript rs, Bitmap image, Bitmap output) { argument
174 h.heal(healing, rs, image, outpu
[all...]

Completed in 732 milliseconds

12345