Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 43) sorted by relevance

12

/development/tools/emulator/skins/QVGA/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/tools/emulator/skins/WQVGA432/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/tools/emulator/skins/WVGA800/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/tools/emulator/skins/WQVGA400/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/tools/emulator/skins/WVGA854/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/tools/emulator/skins/HVGA/
Dlayout4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.png
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCompressedTextureActivity.java115 Buffer image = createImage(width, height); in load() local
116 … ETC1Util.ETC1Texture etc1Texture = ETC1Util.compressTexture(image, width, height, 3, 3 * width); in load()
136 ByteBuffer image = ByteBuffer.allocateDirect(height * stride) in createImage() local
146 image.position(stride*y+x*3); in createImage()
147 image.put(red); in createImage()
148 image.put(green); in createImage()
149 image.put(blue); in createImage()
152 image.position(0); in createImage()
153 return image; in createImage()
/development/tools/emulator/opengl/system/GLESv2/
Dgl2.cpp51 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES() argument
53 DBG("glEGLImageTargetTexture2DOES v2 target=%#x img=%p\n", target, image); in glEGLImageTargetTexture2DOES()
55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetTexture2DOES()
75 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES() argument
77 DBG("glEGLImageTargetRenderbufferStorageOES v2 image=%p\n", image); in glEGLImageTargetRenderbufferStorageOES()
79 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetRenderbufferStorageOES()
/development/tools/emulator/opengl/system/GLESv1/
Dgl.cpp51 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES() argument
53 DBG("glEGLImageTargetTexture2DOES v1 target=%#x image=%p", target, image); in glEGLImageTargetTexture2DOES()
55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetTexture2DOES()
76 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES() argument
79 target, image); in glEGLImageTargetRenderbufferStorageOES()
81 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetRenderbufferStorageOES()
/development/tools/emulator/system/camera/
DJpegCompressor.cpp42 status_t NV21JpegCompressor::compressRawImage(const void* image, in compressRawImage() argument
47 ALOGV("%s: %p[%dx%d]", __FUNCTION__, image, width, height); in compressRawImage()
48 void* pY = const_cast<void*>(image); in compressRawImage()
DJpegCompressor.h57 status_t compressRawImage(const void* image,
/development/tools/emulator/skins/WXGA720/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WXGA800/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WXGA800-7in/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WSVGA/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/labpretest/
DREADME5 determines device type, erases user cache, flashes a generic userdata image,
6 updates the bootloader image, updates the radio image, updates the system image
38 2) Copy a build image to the new sub directory in our format.
40 3) Copy a boot image to the new sub directory in our format.
42 4) Copy a radio image to the new sub directory in our format.
/development/ide/xcode/ports/
DSkBitmap_Mac.cpp126 CGImageRef image = bitmap2imageref(bm); in drawToPort() local
127 if (image) { in drawToPort()
133 CGContextDrawImage(cg, rect, image); in drawToPort()
134 CGImageRelease(image); in drawToPort()
/development/ide/xcode/pvjpeg.xcodeproj/
Dproject.pbxproj27 …e.cpp.cpp; name = jpgdec_bitstream.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
28 …cecode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
29 …e.cpp.cpp; name = jpgdec_colorconv.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
30 …urcecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
31 …ode.cpp.cpp; name = jpgdec_decoder.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
32 …code.cpp.cpp; name = jpgdec_header.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
33 …ode.cpp.cpp; name = jpgdec_huffman.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
34 …ecode.cpp.cpp; name = jpgdec_idctp.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
35 …ecode.cpp.cpp; name = jpgdec_idcts.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
36 …cecode.cpp.cpp; name = jpgdec_scan.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
[all …]
/development/tools/emulator/opengl/system/egl/
DClientAPIExts.in9 (GLenum target, GLeglImageOES image),
10 (target, image))
13 (GLenum target, GLeglImageOES image),
14 (target, image))
/development/build/
Dsdk-android-mips.atree17 # Copy the little-endian Mips32-fp kernel image to .../kernel-qemu
Dsdk-android-armeabi-v7a.atree17 # Copy the ARMv7 specific kernel image to .../kernel-qemu
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java95 void setImage(Bitmap image); in setImage() argument
/development/ide/xcode/animatorTest/animatorTest.xcodeproj/
Dproject.pbxproj254 …sourcecode.c.h; name = jpgdec_api.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
255 …pp.cpp; name = jpgdec_bitstream.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
256 …ode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
257 …pp.cpp; name = jpgdec_colorconv.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
258 …rcecode.c.h; name = jpgdec_config.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
259 …ecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
260 ….cpp.cpp; name = jpgdec_decoder.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
261 …urcecode.c.h; name = jpgdec_error.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
262 …e.cpp.cpp; name = jpgdec_header.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
263 ….cpp.cpp; name = jpgdec_huffman.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde…
[all …]
/development/ndk/platforms/android-9/include/EGL/
Deglext.h85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java426 ImageView image = (ImageView)findViewById(R.id.image); in onCreate() local
427 image.setImageDrawable(r.getDrawable(PHOTOS[photo])); in onCreate()

12