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

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c608 image pointer to current picture to be placed in the buffer
631 image_t *image,
652 if (image->data != dpb->currentOut->data)
867 function to allocate memory for a image. This function does not
872 pointer to memory area for the image
1021 * image size + 32 + 15, where 32 cames from the fact that in ARM OpenMax
628 h264bsdMarkDecRefPic( dpbStorage_t *dpb, decRefPicMarking_t *mark, image_t *image, u32 frameNum, i32 picOrderCnt, u32 isIdr, u32 currentPicId, u32 numErrMbs) argument
H A Dh264bsd_macroblock_layer.c101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image);
104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image);
942 Decode one macroblock and write into output image.
947 currImage pointer to output image
956 currImage decoded macroblock is written into output image
1218 image_t *image)
1240 if (h264bsdIntra16x16Prediction(pMb, data, image->luma,
1241 image->width*16, constrainedIntraPred) != HANTRO_OK)
1264 image,
1286 image_t *image)
1213 ProcessIntra16x16Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred, u32 intraChromaPredMode, const u8** pSrc, image_t *image) argument
1281 ProcessIntra4x4Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred, macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image) argument
[all...]
H A Dh264bsd_deblocking.c556 on the original image. Parameters controlling the filtering process
562 image pointer to image to be filtered
567 image filtered image stored here
575 image_t *image,
591 ASSERT(image);
593 ASSERT(image->data);
594 ASSERT(image->width);
595 ASSERT(image
574 h264bsdFilterPicture( image_t *image, mbStorage_t *mb) argument
1766 h264bsdFilterPicture( image_t *image, mbStorage_t *mb) argument
[all...]
H A Dh264bsd_intra_prediction.c372 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image, argument
386 ASSERT(image);
402 ptr = image->cb;
403 width = image->width*8;
421 ptr = image->cr;
452 (prediction + residual) into the output image (image)
457 image pointer to output image
465 image curren
473 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer, image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data) argument
540 h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java66 * POD used in the AsyncTask which saves an image in the background.
70 Bitmap image; field in class:SaveImageInBackgroundData
78 * An AsyncTask that saves an image to the media store in the background.
115 int imageWidth = data.image.getWidth();
116 int imageHeight = data.image.getHeight();
120 Bitmap preview = Bitmap.createBitmap(shortSide, shortSide, data.image.getConfig());
129 c.drawBitmap(data.image, matrix, paint);
171 Bitmap image = params[0].image;
184 values.put(MediaStore.Images.ImageColumns.MIME_TYPE, "image/pn
[all...]
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java17 package com.android.rs.image;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
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
541 createCopy(BufferedImage image, int imageType, int alpha) argument
[all...]
H A DCanvas_Delegate.java37 import java.awt.image.BufferedImage;
835 BufferedImage image = bitmapDelegate.getImage();
836 float right = left + image.getWidth();
837 float bottom = top + image.getHeight();
840 0, 0, image.getWidth(), image.getHeight(),
856 BufferedImage image = bitmapDelegate.getImage();
860 0, 0, image.getWidth(), image.getHeight(),
881 BufferedImage image
1360 fixAlpha8Bitmap(final BufferedImage image) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java42 import java.awt.image.BufferedImage;
118 * Creates a layer with a graphics and an image. If the image belongs to a
123 * @param image the image the image from which the graphics came
126 Layer(Graphics2D graphics, BufferedImage image, int flags) { argument
129 mImage = image;
161 void setOriginalCopy(BufferedImage image) { argument
162 mOriginalCopy = image;
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp492 DropShadow image; local
493 image.width = 0;
494 image.height = 0;
495 image.image = NULL;
496 image.penX = 0;
497 image.penY = 0;
498 return image;
523 DropShadow image; local
524 image
753 blurImage(uint8_t *image, int32_t width, int32_t height, int32_t radius) argument
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_Component.h98 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1371
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp178 EGLImageKHR image = createImage(mEglDisplay, mSlots[slot].mGraphicBuffer); local
179 if (image == EGL_NO_IMAGE_KHR) {
182 mEglSlots[slot].mEglImage = image;
256 EGLImageKHR image = mEglSlots[buf].mEglImage; local
258 glEGLImageTargetTexture2DOES(mTexTarget, (GLeglImageOES)image);
261 ST_LOGE("updateTexImage: error binding external texture image %p "
262 "(slot %d): %#04x", image, buf, error);
430 EGLImageKHR image = createImage(dpy, mCurrentTextureBuf); local
431 if (image == EGL_NO_IMAGE_KHR) {
436 glEGLImageTargetTexture2DOES(mTexTarget, (GLeglImageOES)image);
687 EGLImageKHR image = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, local
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp33 // This holds an image as 8bpp RGBA.
427 static uint32_t get_color(image_info* image, int hpatch, int vpatch) argument
431 hpatch, image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
432 image->width, &left, &right);
434 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
435 image->height, &top, &bottom);
438 const uint32_t c = get_color(image->rows, left, top, right, bottom);
443 static status_t do_9patch(const char* imageName, image_info* image) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp541 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */
548 GLeglImageOES image = (GLeglImageOES) 0; local
550 image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining, &_bufferOffset);
551 if (image == NULL) {
553 image = (GLeglImageOES) (_imageBase + _bufferOffset);
557 (GLeglImageOES)image
560 releasePointer(_env, _array, image, JNI_TRUE);
564 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */
571 GLeglImageOES image = (GLeglImageOES) 0; local
573 image
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java91 * manages the states and flows of editing, supports inserting image, import/export HTML.
2677 private void rescaleBigImage(Drawable image) { argument
2684 int image_width = image.getIntrinsicWidth();
2685 int image_height = image.getIntrinsicHeight();
2694 image.setBounds(0, 0, image_width, image_height);
2758 for (HorizontalLineSpan image : images) {
2759 if (image.getDrawable() == this) {
2760 return image;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5729 void GLTrace_glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) { argument
5741 // copy argument image
5745 arg_image->add_intvalue((int)image);
5750 glContext->hooks->gl.glEGLImageTargetTexture2DOES(target, image);
5755 (void *) image,
5764 void GLTrace_glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) { argument
5776 // copy argument image
5780 arg_image->add_intvalue((int)image);
5785 glContext->hooks->gl.glEGLImageTargetRenderbufferStorageOES(target, image);
5790 (void *) image,
[all...]

Completed in 493 milliseconds

12