Searched refs:image (Results 176 - 200 of 201) sorted by relevance

123456789

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java200 public ImageSaver(Image image, String fileName, ContentResolver contentResolver) { argument
201 mImage = image;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserView.java105 * The image for the expand activities action button;
115 * The image for the default activities action button;
244 mDefaultActivityButtonImage = (ImageView) mDefaultActivityButton.findViewById(R.id.image);
275 (ImageView) expandButton.findViewById(R.id.image);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp156 sk_sp<SkImage> image = SkImage::MakeFromEncoded(data); local
157 image->asLegacyBitmap(&bitmap, SkImage::kRO_LegacyBitmapMode);
211 sk_sp<SkImage> image = SkImage::MakeFromEncoded(data); local
212 image->asLegacyBitmap(&bitmap, SkImage::kRO_LegacyBitmapMode);
535 // The font image should be a 96x2 array of character images. The
/frameworks/native/include/media/openmax/
H A DOMX_Component.h98 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1599
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp901 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */
911 GLeglImageOES image = (GLeglImageOES) 0; local
916 _exceptionMessage = "image == null";
919 image = (GLeglImageOES)getPointer(_env, image_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
920 if (image == NULL) {
922 image = (GLeglImageOES) (_imageBase + _bufferOffset);
926 (GLeglImageOES)image
931 releasePointer(_env, _array, image, _exception ? JNI_FALSE : JNI_TRUE);
938 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */
948 GLeglImageOES image local
[all...]
H A DAndroid.mk222 external/skia/src/image \
/frameworks/native/libs/gui/
H A DGLConsumer.cpp524 GLC_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
532 // image is invalid. In this case, repeat the exact same steps while
533 // forcing the creation of a new image.
540 GLC_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
546 GLC_LOGE("bindTextureImage: error binding external image: %#04x", error);
1197 // If there's an image and it's no longer valid, destroy it.
1210 // If there's no image, create one.
1217 // Fail if we can't create a valid image.
1222 ALOGE("Failed to create image. size=%ux%u st=%u usage=0x%x fmt=%d",
1269 EGLImageKHR image local
[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/include/GLES/
H A Dglext.h635 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
636 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
638 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
639 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java17 package com.android.rs.image;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c610 image pointer to current picture to be placed in the buffer
633 image_t *image,
654 if (image->data != dpb->currentOut->data)
869 function to allocate memory for a image. This function does not
874 pointer to memory area for the image
1030 * image size + 32 + 15, where 32 cames from the fact that in ARM OpenMax
630 h264bsdMarkDecRefPic( dpbStorage_t *dpb, decRefPicMarking_t *mark, image_t *image, u32 frameNum, i32 picOrderCnt, u32 isIdr, u32 currentPicId, u32 numErrMbs) argument
/frameworks/base/libs/hwui/
H A DAndroid.mk189 external/skia/src/image \
H A DSkiaCanvas.cpp647 sk_sp<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, kNever_SkCopyPixelsMode); local
648 tmpPaint.setShader(image->makeShader(SkShader::kClamp_TileMode, SkShader::kClamp_TileMode));
/frameworks/base/media/java/android/media/
H A DMediaCodec.java50 <center><object style="width: 540px; height: 205px;" type="image/svg+xml"
179 valid column/bottom-most valid row of the cropped output image.
209 <center><object style="width: 516px; height: 353px;" type="image/svg+xml"
446 <center><object style="width: 516px; height: 353px;" type="image/svg+xml"
2596 * get-image methods each time one has been dequeued.
2815 public void setImage(@Nullable Image image) { argument
2817 mImage = image;
3064 * @return the input image, or null if the index is not a
3066 * raw image.
3121 * @return the output image, o
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java200 void saveImage(Bitmap image, String path) { argument
201 mTaskPersister.saveImage(image, path);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java905 // and report whether the image we're stuck with is in focus.
1153 try (Image image = reader.acquireNextImage()) {
1155 ByteBuffer buffer = image.getPlanes()[0].getBuffer();
1382 // The system transparently transforms the image to fill the surface
1385 // original image, instead of to the current screen orientation.
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp538 // check if buffer is an image
540 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
1630 jobject image; local
1631 status_t err = codec->getImage(env, input, index, &image);
1634 return image;
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.h155 virtual void glEGLImageTargetTexture2DOES_(GLenum target, GLeglImageOES image) override {}
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java93 mImageView = (ImageView) rootView.findViewById(R.id.image);
H A DPlaybackTransportRowPresenter.java266 mImageView = (ImageView) rootView.findViewById(R.id.image);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4330 EGLImageKHR image = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, local
4332 if (image != EGL_NO_IMAGE_KHR) {
4335 RenderEngine::BindImageAsFramebuffer imageBond(getRenderEngine(), image); local
4396 // destroy our image
4397 eglDestroyImageKHR(mEGLDisplay, image);
H A DSurfaceFlinger_hwc1.cpp3925 EGLImageKHR image = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, local
3927 if (image != EGL_NO_IMAGE_KHR) {
3930 RenderEngine::BindImageAsFramebuffer imageBond(getRenderEngine(), image); local
3991 // destroy our image
3992 eglDestroyImageKHR(mEGLDisplay, image);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1179 const XADataSink * image
1201 XADataSink * image
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java98 import java.awt.image.BufferedImage;
490 // delete the canvas and image to reset them on the next full rendering
520 // since we override the content, it's the same as if it was a new image.
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h235 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
236 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
238 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
239 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);

Completed in 5500 milliseconds

123456789