Searched refs:image (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.h52 image_t *image,
H A Dh264bsd_image.h60 void h264bsdWriteMacroblock(image_t *image, u8 *data);
63 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
H A Dh264bsd_inter_prediction.h53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
H A Dh264bsd_util.c257 image Current image
266 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum) argument
273 width = image->width;
274 height = image->height;
281 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
282 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
283 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...]
H A Dh264bsd_intra_prediction.h52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data);
63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
75 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
/frameworks/base/core/java/android/widget/
H A DImageSwitcher.java40 ImageView image = (ImageView)this.getNextView();
41 image.setImageResource(resid);
47 ImageView image = (ImageView)this.getNextView();
48 image.setImageURI(uri);
54 ImageView image = (ImageView)this.getNextView();
55 image.setImageDrawable(drawable);
/frameworks/base/opengl/libs/
H A Degl_impl.h32 EGLAPI EGLImageKHR egl_get_image_for_current_context(EGLImageKHR image);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTestRunner.java17 package com.android.rs.image;
19 import com.android.rs.image.ImageProcessingTest;
27 * adb shell am instrument -w com.android.rs.image/.ImageProcessingTestRunner
/frameworks/compile/linkloader/
H A Dmain.cpp37 unsigned char const *&image,
41 unsigned char const *image,
44 void dump_and_run_file(unsigned char const *image, size_t size,
59 unsigned char const *image = NULL; local
62 if (!open_mmap_file(filename, fd, image, image_size)) {
67 dump_and_run_file(image, image_size, argc - 1, argv + 1);
70 close_mmap_file(fd, image, image_size);
180 void dump_and_run_file(unsigned char const *image, size_t size, argument
187 if (image[EI_DATA] != ELFDATA2LSB && image[EI_DAT
209 open_mmap_file(char const *filename, int &fd, unsigned char const *&image, size_t &size) argument
247 close_mmap_file(int fd, unsigned char const *image, size_t size) argument
[all...]
/frameworks/base/opengl/libs/GLES2/
H A Dgl2.cpp119 extern "C" void __glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image);
120 extern "C" void __glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
123 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) argument
126 (GLeglImageOES)egl_get_image_for_current_context((EGLImageKHR)image);
130 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) argument
133 (GLeglImageOES)egl_get_image_for_current_context((EGLImageKHR)image);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java91 private BitmapShader_Delegate(java.awt.image.BufferedImage image, argument
93 mJavaPaint = new BitmapShaderPaint(image, tileModeX, tileModeY);
97 private final java.awt.image.BufferedImage mImage;
101 BitmapShaderPaint(java.awt.image.BufferedImage image, argument
103 mImage = image;
109 java.awt.image.ColorModel colorModel,
140 private final java.awt.image.ColorModel mColorModel;
145 java.awt.image
[all...]
H A DBitmap_Delegate.java29 import java.awt.image.BufferedImage;
122 * @param image the bitmap content
129 public static Bitmap createBitmap(BufferedImage image, boolean isMutable, argument
131 // create a delegate with the given image.
132 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
204 // create the image
205 BufferedImage image = new BufferedImage(width, height, imageType);
208 image.setRGB(0, 0, width, height, colors, offset, stride);
212 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.nativeToConfig(nativeConfig));
231 // create the image
517 Bitmap_Delegate(BufferedImage image, Config config) argument
540 createCopy(BufferedImage image, int imageType, int alpha) argument
[all...]
H A DLinearGradient_Delegate.java136 java.awt.image.ColorModel colorModel,
168 private final java.awt.image.ColorModel mColorModel;
173 java.awt.image.ColorModel colorModel) {
182 public java.awt.image.ColorModel getColorModel() {
186 public java.awt.image.Raster getRaster(int x, int y, int w, int h) {
187 java.awt.image.BufferedImage image = new java.awt.image.BufferedImage(w, h,
188 java.awt.image.BufferedImage.TYPE_INT_ARGB);
211 image
[all...]
H A DRadialGradient_Delegate.java122 java.awt.image.ColorModel colorModel,
154 private final java.awt.image.ColorModel mColorModel;
159 java.awt.image.ColorModel colorModel) {
168 public java.awt.image.ColorModel getColorModel() {
172 public java.awt.image.Raster getRaster(int x, int y, int w, int h) {
173 java.awt.image.BufferedImage image = new java.awt.image.BufferedImage(w, h,
174 java.awt.image.BufferedImage.TYPE_INT_ARGB);
203 image
[all...]
H A DSweepGradient_Delegate.java114 java.awt.image.ColorModel colorModel,
146 private final java.awt.image.ColorModel mColorModel;
151 java.awt.image.ColorModel colorModel) {
160 public java.awt.image.ColorModel getColorModel() {
164 public java.awt.image.Raster getRaster(int x, int y, int w, int h) {
165 java.awt.image.BufferedImage image = new java.awt.image.BufferedImage(w, h,
166 java.awt.image.BufferedImage.TYPE_INT_ARGB);
211 image
[all...]
H A DCanvas_Delegate.java37 import java.awt.image.BufferedImage;
822 BufferedImage image = bitmapDelegate.getImage();
823 float right = left + image.getWidth();
824 float bottom = top + image.getHeight();
827 0, 0, image.getWidth(), image.getHeight(),
843 BufferedImage image = bitmapDelegate.getImage();
847 0, 0, image.getWidth(), image.getHeight(),
868 BufferedImage image
1343 fixAlpha8Bitmap(final BufferedImage image) argument
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp33 // This holds an image as 8bpp RGBA.
314 static uint32_t get_color(image_info* image, int hpatch, int vpatch) argument
318 hpatch, image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
319 image->width, &left, &right);
321 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
322 image->height, &top, &bottom);
325 const uint32_t c = get_color(image->rows, left, top, right, bottom);
330 static status_t do_9patch(const char* imageName, image_info* image) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java39 import java.awt.image.BufferedImage;
97 // draw into a new image
98 BufferedImage image = getImage(w, h);
101 Bitmap bitmap = Bitmap_Delegate.createBitmap(image,
111 return Status.SUCCESS.createResult(image);
118 BufferedImage image = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB);
119 Graphics2D gc = image.createGraphics();
128 return image;
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c87 unsigned char const *image = (unsigned char const *) local
90 if (image == MAP_FAILED) {
96 RSExecRef object = rsloaderCreateExec(image, sb.st_size, find_sym, 0);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextGammaActivity.java55 ImageView image = new ImageView(TextGammaActivity.this);
56 image.setImageBitmap(b);
58 layout.addView(image, new LinearLayout.LayoutParams(
/frameworks/base/opengl/libs/GLES_CM/
H A Dgl.cpp174 extern "C" void __glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image);
175 extern "C" void __glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
178 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) argument
181 (GLeglImageOES)egl_get_image_for_current_context((EGLImageKHR)image);
185 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) argument
188 (GLeglImageOES)egl_get_image_for_current_context((EGLImageKHR)image);
/frameworks/base/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/base/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/libs/hwui/
H A DFontRenderer.cpp717 DropShadow image; local
718 image.width = 0;
719 image.height = 0;
720 image.image = NULL;
721 image.penX = 0;
722 image.penY = 0;
723 return image;
747 DropShadow image; local
748 image
914 blurImage(uint8_t *image, int32_t width, int32_t height, int32_t radius) argument
[all...]

Completed in 386 milliseconds

123