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

12345

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp105 // image is displayed. This value may be either positive (after the HW vsync)
114 // to not have their window content image ready in time. When this happens
3012 EGLImageKHR image = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, local
3014 if (image != EGL_NO_IMAGE_KHR) {
3017 RenderEngine::BindImageAsFramebuffer imageBond(getRenderEngine(), image); local
3059 // destroy our image
3060 eglDestroyImageKHR(mEGLDisplay, image);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java17 package com.android.rs.image;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3521 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image;
3580 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image;
4187 const OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image;
4331 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettings.java418 ImageView iv = (ImageView) view.findViewById(R.id.image);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h273 void GLTrace_glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image);
274 void GLTrace_glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
H A Dgltrace_api.cpp10349 void GLTrace_glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) { argument
10361 // copy argument image
10365 arg_image->add_intvalue((int)image);
10370 glContext->hooks->gl.glEGLImageTargetTexture2DOES(target, image);
10375 (void *) image,
10384 void GLTrace_glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) { argument
10396 // copy argument image
10400 arg_image->add_intvalue((int)image);
10405 glContext->hooks->gl.glEGLImageTargetRenderbufferStorageOES(target, image);
10410 (void *) image,
[all...]
/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.java96 import java.awt.image.BufferedImage;
531 // delete the canvas and image to reset them on the next full rendering
554 // since we override the content, it's the same as if it was a new image.

Completed in 4926 milliseconds

12345