Searched refs:image (Results 51 - 75 of 108) sorted by relevance

12345

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java17 package com.android.rs.image;
H A DColorCube.java17 package com.android.rs.image;
H A DConvolve5x5.java17 package com.android.rs.image;
H A DGrain.java17 package com.android.rs.image;
H A DHistogram.java17 package com.android.rs.image;
H A DMandelbrot.java17 package com.android.rs.image;
H A DImageProcessingTest.java17 package com.android.rs.image;
19 import com.android.rs.image.ImageProcessingTestRunner;
22 import com.android.rs.image.ImageProcessingActivity.TestName;
32 * adb shell am instrument -e iteration <n> -w com.android.rs.image/.ImageProcessingTestRunner
H A DBlur25.java17 package com.android.rs.image;
H A DBlur25G.java17 package com.android.rs.image;
H A DGroupTest.java17 package com.android.rs.image;
/frameworks/native/libs/gui/
H A DGLConsumer.cpp375 EGLImageKHR image = createImage(mEglDisplay, local
377 if (image == EGL_NO_IMAGE_KHR) {
382 mEglSlots[buf].mEglImage = image;
453 EGLImageKHR image = mEglSlots[mCurrentTexture].mEglImage; local
455 glEGLImageTargetTexture2DOES(mTexTarget, (GLeglImageOES)image);
458 ST_LOGE("bindTextureImage: error binding external texture image %p"
459 ": %#04x", image, error);
625 EGLImageKHR image = createImage(dpy, mCurrentTextureBuf, mCurrentCrop); local
626 if (image == EGL_NO_IMAGE_KHR) {
631 glEGLImageTargetTexture2DOES(mTexTarget, (GLeglImageOES)image);
898 EGLImageKHR image = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, local
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
169 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
435 background-image:url('nav_f.png');
456 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
461 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
538 with an image of your choice. Simply uncomment the next two styles,
539 specify the name of your image and be sure to set 'height' to the
540 proper pixel height of your image.
547 background-image: url("yourimage.gif");
666 background-image
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java67 * POD used in the AsyncTask which saves an image in the background.
71 Bitmap image; field in class:SaveImageInBackgroundData
78 image = null;
88 * An AsyncTask that saves an image to the media store in the background.
130 mImageWidth = data.image.getWidth();
131 mImageHeight = data.image.getHeight();
135 Bitmap preview = Bitmap.createBitmap(shortSide, shortSide, data.image.getConfig());
144 c.drawBitmap(data.image, matrix, paint);
192 Bitmap image = params[0].image;
[all...]
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk48 # part of a system image.
/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/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h47 /* enumeration to represent status of buffered image */
69 /* structure to represent display image output from the buffer */
132 image_t *image,
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...]
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_util.h175 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsBasicTile.java54 mImageView = (ImageView) findViewById(R.id.image);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBrightnessFilter.java17 package androidx.media.filterpacks.image;
58 .addInputPort("image", Signature.PORT_REQUIRED, imageIn)
60 .addOutputPort("image", Signature.PORT_REQUIRED, imageOut)
79 OutputPort outPort = getConnectedOutputPort("image");
80 FrameImage2D inputImage = getConnectedInputPort("image").pullFrame().asFrameImage2D();
H A DToGrayValuesFilter.java17 package androidx.media.filterpacks.image;
69 .addInputPort("image", Signature.PORT_REQUIRED, mImageInType)
70 .addOutputPort("image", Signature.PORT_REQUIRED, imageOut)
83 OutputPort outPort = getConnectedOutputPort("image");
84 FrameImage2D inputImage = getConnectedInputPort("image").pullFrame().asFrameImage2D();
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp182 if (!shadow.image) {
213 GL_ALPHA, GL_UNSIGNED_BYTE, shadow.image);
232 free(shadow.image);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java55 FrameImage2D image =
63 image.setBitmap(bitmap);
64 injectInputFrame("image", image);
68 // These are the values for image 141 with 1 face
77 // ensure the output image has the rectangle in the right place
78 FrameImage2D outputImage = getOutputFrame("image").asFrameImage2D();

Completed in 872 milliseconds

12345