HomeSort by relevance Sort by last modified time
    Searched defs:img (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 89 Image img = load(in, flip); local
90 return img;
  /external/opencv/
cvjni.h 149 IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3); local
154 IMAGE( img, x, y, 0 ) = pixels[x+y*width] & 0xFF;
156 IMAGE( img, x, y, 1 ) = pixels[x+y*width] >> 8 & 0xFF;
158 IMAGE( img, x, y, 2 ) = pixels[x+y*width] >> 16 & 0xFF;
162 return img;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 179 jas_image_t *img = jas_image_chclrspc( m_image, clrprof, JAS_CMXFORM_INTENT_RELCLR ); local
180 if( img )
183 m_image = img;
420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB ); local
421 if( !img )
425 jas_image_setcmpttype( img, 0, JAS_IMAGE_CT_GRAY_Y );
428 jas_image_setcmpttype( img, 0, JAS_IMAGE_CT_RGB_B );
429 jas_image_setcmpttype( img, 1, JAS_IMAGE_CT_RGB_G );
430 jas_image_setcmpttype( img, 2, JAS_IMAGE_CT_RGB_R );
435 result = WriteComponent8u( img, data, step, channels, width, height )
    [all...]
  /external/qemu/android/skin/
file.c 52 const char* img = aconfig_str(node, "image", NULL); local
58 if (img == NULL) /* no background */
61 background->image = skin_image_find_in( basepath, img );
235 const char* img = aconfig_str(node, "image", NULL); local
243 if (img != NULL)
244 button->image = skin_image_find_in( basepath, img );
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 143 image is mapped into img[0 .. img_szB-1]. */
144 UChar* img; member in struct:__anon16639
150 memory that falls entirely inside img[0 .. img_szB-1]. */
194 assert(ii->img);
196 r = munmap( ii->img, ii->img_szB );
238 ii->img = (UChar*)v;
242 /* Now it's mapped in and we have .img and .img_szB set. Look for
250 ii->macho_img = ii->img;
258 fh_be = (struct fat_header *)ii->img;
288 ii->macho_img = ii->img + arch.offset
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 781 uint8_t *img; local
784 rect, (void**)&img);
792 return img;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, local
134 if (img == EGL_NO_IMAGE_KHR) {
142 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, (GLeglImageOES)img);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 134 BufferedImage img = new BufferedImage(width, height, BufferedImage.TYPE_4BYTE_ABGR); local
138 img.getRaster().setDataElements(0, 0, width, height,
142 ImageIO.write(img, PNG_IMAGE_FORMAT, f);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 59 unsigned char *img = new unsigned char[width * height * comp]; local
60 unsigned char *ptr = img;
70 return img;
75 unsigned char *img = new unsigned char[width * height * comp]; local
76 memset(img,0,width*height*comp);
77 unsigned char *ptr = img;
85 return img;
92 unsigned char *img = new unsigned char[size]; local
94 memset(img,0,size);
95 img[0] = 255; img[1] = 0; img[2] = 0; // re
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 18 * This program constructs binary patches for images -- such as boot.img
19 * and recovery.img -- that consist primarily of large chunks of gzipped
194 unsigned char* img = malloc(st.st_size); local
196 if (fread(img, 1, st.st_size, f) != st.st_size) {
207 if (img[i] == 0x50 && img[i+1] == 0x4b &&
208 img[i+2] == 0x05 && img[i+3] == 0x06) {
213 if (!(img[i+4] == 0 && img[i+5] == 0 && img[i+6] == 0 && img[i+7] == 0))
384 unsigned char* img = malloc(st.st_size + 4); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 154 long img = c.getLong(c.getColumnIndex(Thumbnails.IMAGE_ID)); local
155 assertEquals(imageId, img);
  /external/chromium/chrome/browser/resources/keyboard/
main.js 211 var img = document.createElement('div'); variable
212 img.className = 'image-key ' + this.className_;
213 this.modeElements_[mode].appendChild(img);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 28 private BufferedImage img; field in class:AwtPanel
99 g2d.drawImage(img, transformOp, 0, 0);
130 // All operations on img must be synchronized
132 Screenshots.convertScreenShot2(intBuf, img);
141 Screenshots.convertScreenShot2(intBuf, img);
172 g2d.drawImage(img, transformOp, 0, 0);
219 img = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
223 // img = (BufferedImage) getGraphicsConfiguration().createCompatibleImage(width, height);
227 tx.translate(0, -img.getHeight());
  /external/opencv/cvaux/src/
cv3dtracker.cpp 60 static void DrawEtalon(IplImage *img, CvPoint2D32f *corners,
136 IplImage *img; local
154 img = gray_img;
159 img = samples[c];
171 bool found = cvFindChessBoardCornerGuesses(img, tmp_img, 0,
179 cvFindCornerSubPix(img, points, count, cvSize(5,5), cvSize(-1,-1),
327 static void DrawEtalon(IplImage *img, CvPoint2D32f *corners,
345 const CvScalar* colors = img->nChannels == 3 ? rgb_colors : gray_colors;
358 if (img->origin == IPL_ORIGIN_BL)
359 pt.y = img->height - 1 - pt.y
    [all...]
cvsegment.cpp 91 uchar* img = pImage + step * seed.y; local
103 img = pImage + seed.y*step;
107 val0[0] = img[seed.x*3];
108 val0[1] = img[seed.x*3 + 1];
109 val0[2] = img[seed.x*3 + 2];
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
145 img = pImage + (YC + flag) * step
211 uchar* img = pImage + step * rect.y + rect.x * 3; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 314 RefPtr<Image> img = m_imageResource->image(cWidth, cHeight); local
315 if (!img || img->isNull())
389 RefPtr<Image> img = m_imageResource->image(rect.width(), rect.height());
390 if (!img || img->isNull())
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 406 uint8_t* img = NULL; local
408 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
409 copyI420Buffer(buffer, img, width, height, buf->getStride());
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 974 uint8_t *img; local
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 517 uint8_t* img = NULL; local
519 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
520 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, local
239 if (img == EGL_NO_IMAGE_KHR) {
247 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, (GLeglImageOES)img);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp 1334 unsigned char *img[4]; local
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 79 Bitmap img = BitmapFactory.decodeByteArray(jpegImage, 0, local
81 return img;
85 protected void onPostExecute(Bitmap img) {
86 mInfoImage.setImageBitmap(img);
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 79 unsigned char *img = new unsigned char[width * height * comp]; local
80 unsigned char *ptr = img;
89 return img;
94 unsigned char *img = new unsigned char[width * height * comp]; local
95 memset(img,0,width*height*comp);
96 unsigned char *ptr = img;
104 return img;
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 426 GtkWidget* img = local
429 return img ? BuildMenuItemWithImage(label, img) :
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 77 vpx_image_t img; member in struct:vpx_codec_alg_priv
315 static void yuvconfig2image(vpx_image_t *img,
323 img->fmt = yv12->clrtype == REG_YUV ?
325 img->w = yv12->y_stride;
326 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
327 img->d_w = yv12->y_width;
328 img->d_h = yv12->y_height;
329 img->x_chroma_shift = 1;
330 img->y_chroma_shift = 1;
331 img->planes[VPX_PLANE_Y] = yv12->y_buffer
561 vpx_image_t *img = NULL; local
    [all...]

Completed in 2992 milliseconds

1 23 4 5 6