Searched defs:image (Results 251 - 275 of 970) sorted by relevance

<<11121314151617181920>>

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
H A DFirmwareImage.java32 private byte[] image = new byte[DeviceConstants.FIRMWARE_SIZE]; field in class:FirmwareImage
44 System.arraycopy(image, addr, dest, index, count);
48 Arrays.fill(image, (byte) 0xFF);
82 parseData(line, cur, count, image, mask, addr);
/external/ImageMagick/MagickWand/
H A Dstream.c37 % image or portion of the image to your choice of storage formats. It writes
38 % the pixel components as they are read from the input image a row at a time
67 % from large image files to a raw format using a minimum of system resources.
68 % The entire image or any regular portion of the image can be extracted.
77 % o image_info: the image info.
97 "-channel mask set the image channel mask",
108 " decipher image with this password",
109 "-colorspace type alternate image colorspac
195 *image; local
[all...]
/external/ImageMagick/coders/
H A Dcals.c40 % CAD/CAM, and image processing applications.
57 #include "MagickCore/image.h"
58 #include "MagickCore/image-private.h"
92 % IsCALS() returns MagickTrue if the image format type, identified by the
101 % o magick: compare image format pattern against these bytes.
131 % ReadCALSImage() reads an CALS Raster Group 1 image format image file and
133 % and returns a pointer to the new image.
142 % o image_info: the image info.
159 *image;
155 *image; local
394 WriteCALSRecord(Image *image,const char *data) argument
425 WriteCALSImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dept.c54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
111 % IsEPT() returns MagickTrue if the image format type, identified by the
120 % o magick: compare image format pattern against these bytes.
146 % ReadEPTImage() reads a binary Postscript image file and returns it. It
148 % pointer to the new image.
157 % o image_info: the image info.
168 *image;
183 Open image file.
192 image
163 *image; local
363 WriteEPTImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dexr.c49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
86 % IsEXR() returns MagickTrue if the image format type, identified by the
95 % o magick: compare image format pattern against these bytes.
122 % ReadEXRImage reads an image in the high dynamic-range (HDR) file format
124 % for the new Image structure and returns a pointer to the new image.
132 % o image_info: the image info.
143 *image;
173 Open image.
182 image
139 *image; local
356 WriteEXRImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dflif.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
95 % ReadFLIFImage() reads an image in the FLIF image format.
104 % o image_info: the image info.
119 *image;
148 Open image file.
157 image=AcquireImage(image_info,exception);
158 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
161 image
116 *image; local
377 WriteFLIFImage(const ImageInfo *image_info, Image *image, ExceptionInfo *exception) argument
[all...]
H A Dipl.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
110 % IsIPL() returns MagickTrue if the image format type, identified by the
119 % o magick: compare image format pattern against these bytes.
144 % ReadIPLImage() reads a Scanalytics IPLab image file and returns it. It
146 % pointer to the new image.
149 % { t, z, c, y, x }. When we return the image, the latter three are folded
160 % o image_info: The image info.
166 static void SetHeaderFromIPL(Image *image, IPLInfo *ipl){ argument
167 image
181 Image *image; local
502 WriteIPLImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Djbig.c56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
102 % ReadJBIGImage() reads a JBIG image file and returns it. It
104 % pointer to the new image.
113 % o image_info: the image info.
122 *image;
152 Open image file.
161 image=AcquireImage(image_info,exception);
162 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
165 image
119 *image; local
401 *image; local
407 WriteJBIGImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Djnx.c56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
120 % ReadJNXImage() reads an image in the Garmin tile storage format and returns
122 % returns a pointer to the new image.
130 % o image_info: the image info.
140 *image,
156 Open image file.
165 image=AcquireImage(image_info,exception);
166 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
169 image
136 *image, local
[all...]
H A Dmagick.c48 #include "MagickCore/image.h"
49 #include "MagickCore/image-private.h"
13023 % ReadMAGICKImage() reads a MAGICK image file and returns it. It
13025 % pointer to the new image.
13034 % o image_info: the image info.
13046 *image;
13061 image=(Image *) NULL;
13075 image=BlobToImage(blob_info,blob,extent,exception);
13077 if (image == (Image *) NULL)
13078 return(image);
13042 *image; local
13210 WriteMAGICKImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dmpeg.c49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
84 % IsAVI() returns MagickTrue if the image format type, identified by the
93 % o magick: compare image format pattern against these bytes.
119 % IsMPEG() returns MagickTrue if the image format type, identified by the
128 % o magick: compare image format pattern against these bytes.
156 % structure and returns a pointer to the new image.
165 % o image_info: the image info.
176 *image,
186 Open image fil
172 *image, local
434 WriteMPEGImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dpango.c53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
89 % ReadPANGOImage() reads an image in the Pango Markup Language Format.
98 % o image_info: the image info.
126 *image;
183 image=AcquireImage(image_info,exception);
184 (void) ResetImagePage(image,"0x0+0+0");
190 property=InterpretImageProperties((ImageInfo *) image_info,image,
194 property=InterpretImageProperties((ImageInfo *) image_info,image,option+6,
197 property=InterpretImageProperties((ImageInfo *) image_info,image,optio
124 *image; local
[all...]
H A Dpes.c59 #include "MagickCore/image.h"
60 #include "MagickCore/image-private.h"
376 % IsPES() returns MagickTrue if the image format type, identified by the
385 % o magick: compare image format pattern against these bytes.
411 % ReadPESImage() reads a Brother PES image file and returns it. It allocates
413 % the new image.
417 % image=ReadPESImage(image_info)
421 % o image_info: the image info.
435 *image;
477 Open image fil
430 *image; local
[all...]
H A Dscr.c49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
74 % ReadSCRImage() reads a Scitex image file and returns it. It allocates
76 % the new image.
84 % o image_info: the image info.
131 *image;
143 Open image file.
152 image=AcquireImage(image_info,exception);
153 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
156 image
129 *image; local
[all...]
H A Dsfw.c49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
75 % IsSFW() returns MagickTrue if the image format type, identified by the
84 % o magick: compare image format pattern against these bytes.
110 % ReadSFWImage() reads a Seattle Film Works image file and returns it.
112 % pointer to the new image.
120 % o image_info: the image info.
212 *image;
238 Open image file.
247 image
209 *image; local
[all...]
H A Dtim.c50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
75 % ReadTIMImage() reads a PSX TIM image file and returns it. It
77 % pointer to the new image.
87 % o image_info: the image info.
105 *image;
145 Open image file.
154 image=AcquireImage(image_info,exception);
155 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
158 image
103 *image; local
[all...]
H A Dxbm.c54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
87 % IsXBM() returns MagickTrue if the image format type, identified by the
96 % o magick: compare image format pattern against these bytes.
122 % ReadXBMImage() reads an X11 bitmap image file and returns it. It
124 % pointer to the new image.
132 % o image_info: the image info.
138 static unsigned int XBMInteger(Image *image,short int *hex_digits)
151 c=ReadBlobByte(image);
168 c=ReadBlobByte(image);
134 XBMInteger(Image *image,short int *hex_digits) argument
178 *image; local
482 WriteXBMImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dxps.c56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
87 % ReadXPSImage() reads a Printer Control Language image file and returns it.
89 % pointer to the new image.
97 % o image_info: the image info.
121 *image,
162 Open image file.
164 image=AcquireImage(image_info,exception);
165 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
168 image
119 *image, local
[all...]
H A Dxtrn.c43 % IMAGE - passes an image and image info structure %
44 % BLOB - passes binary blob containining the image %
67 #include "MagickCore/image.h"
68 #include "MagickCore/image-private.h"
99 % ReadXTRNImage() reads a XTRN image file and returns it. It
101 % pointer to the new image.
121 *image;
132 image = (Image *) NULL;
141 image
118 *image; local
358 SafeArrayFifo(const Image *image,const void *data, const size_t length) argument
404 WriteXTRNImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dyuv.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
86 % ReadYUVImage() reads an image with digital YUV (CCIR 601 4:1:1, plane
89 % for the new Image structure and returns a pointer to the new image.
97 % o image_info: the image info.
106 *image,
138 Allocate image structure.
147 image=AcquireImage(image_info,exception);
148 if ((image->columns == 0) || (image
103 *image, local
557 WriteYUVImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/filters/
H A Danalyze.c62 % of the image.
71 % o image: the address of a structure of type Image.
111 *image;
118 image=(*images);
119 for ( ; image != (Image *) NULL; image=GetNextImageInList(image))
148 image_view=AcquireVirtualCacheView(image,exception);
151 magick_threads(image,image,imag
109 *image; local
[all...]
/external/ImageMagick/www/source/
H A Danalyze.c62 % of the image.
71 % o image: the address of a structure of type Image.
111 *image;
118 image=(*images);
119 for ( ; image != (Image *) NULL; image=GetNextImageInList(image))
148 image_view=AcquireCacheView(image);
152 for (y=0; y < (ssize_t) image->rows; y++)
162 p=GetCacheViewVirtualPixels(image_view,0,y,image
109 *image; local
[all...]
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DI.js532 // Load the image at the passed url, place it in a new WebGLTexture object and return the WebGLTexture.
539 var image = new Image();
540 g_loadingImages.push(image);
541 image.onload = function() { doLoadImageTexture(ctx, image, texture) }
542 image.src = url;
546 function doLoadImageTexture(ctx, image, texture)
548 g_loadingImages.splice(g_loadingImages.indexOf(image), 1);
551 ctx.TEXTURE_2D, 0, ctx.RGBA, ctx.RGBA, ctx.UNSIGNED_BYTE, image);
/external/avb/test/
H A Davb_unittest_util.h66 /* Generates a vbmeta image, using avbtoool, with file name
67 * |image_name|. The generated vbmeta image will written to disk,
107 std::vector<uint8_t> image; local
108 image.resize(image_size);
110 image[n] = uint8_t(n + start_byte);
116 reinterpret_cast<const char*>(image.data()),
117 image.size())));
121 /* Returns the output of 'avbtool info_image' for a given image. */
125 "./avbtool info_image --image %s --output %s",
168 /* Path to vbmeta image generate
[all...]
/external/brotli/research/
H A Ddraw_diff.cc23 void ReadPGM(FILE* f, uint8_t*** image, size_t* height, size_t* width) { argument
27 *image = new uint8_t*[*height];
29 (*image)[i] = new uint8_t[*width];
30 CHECK(fread((*image)[i], 1, *width, f) == *width);

Completed in 1923 milliseconds

<<11121314151617181920>>