Searched defs:image (Results 1 - 25 of 902) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... zxing.NotFoundException com.google.zxing.BinaryBitmap image public com.google.zxing.Result decode (com
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c6 * Makes a YAFFS file system image that can be used to load up a file system.
522 fprintf(stderr,"mkyaffs2image: image building tool for YAFFS2 built "__DATE__"\n");
528 fprintf(stderr," image_file the output file to hold the image\n");
530 fprintf(stderr," mountpoint the directory where this image be mounted on the device\n");
531 fprintf(stderr," 'convert' produce a big-endian image from a little-endian machine\n");
539 char *image; local
572 image = argv[optind + 1];
611 outFile = open(image,O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE);
616 fprintf(stderr,"Could not open output file %s\n",image);
634 //printf("Processing directory %s into image fil
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1344 may be worse (but this can vary too depending on the image, sometimes it is
2981 /*put a pixel, given its RGBA color, into image of any color type*/
3055 /*put a pixel, given its RGBA16 color, into image of any color 16-bitdepth type*/
3099 /*Get RGBA8 color of pixel with index i (y * width + x) from the raw image with given color type.*/
3348 /*Get RGBA16 color of pixel with index i (y * width + x) from the raw image with
3555 size_t numpixels /*must be full image size, for certain filesize based choices*/,
3758 const unsigned char* image, unsigned w, unsigned h,
3780 error = get_color_profile(&profile, image, w * h, mode_in, 0 /*fix_png*/);
3808 /*don't add palette overhead if image hasn't got a lot of pixels*/
3902 Outputs various dimensions and positions in the image relate
3757 lodepng_auto_choose_color(LodePNGColorMode* mode_out, const unsigned char* image, unsigned w, unsigned h, const LodePNGColorMode* mode_in, LodePNGAutoConvert auto_convert) argument
5855 lodepng_encode_memory(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) argument
5871 lodepng_encode32(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h) argument
5876 lodepng_encode24(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h) argument
5882 lodepng_encode_file(const char* filename, const unsigned char* image, unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) argument
5893 lodepng_encode32_file(const char* filename, const unsigned char* image, unsigned w, unsigned h) argument
5898 lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h) argument
[all...]
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc62 printf("ZopfliPNG, a Portable Network Graphics (PNG) image optimizer.\n"
84 "--lossy_8bit: convert 16-bit per channel image to 8-bit per"
88 "--always_zopflify: always output the image encoded by Zopfli, even if"
106 " the best for this image is chosen by trying faster compression with"
283 std::vector<unsigned char> image; local
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
346 // previous run with different parameters that gave a smaller PNG image.
H A Dzopflipng_lib.cc87 // Counts amount of colors in the image, up to 257. If transparent_counts_as_one
91 const unsigned char* image, unsigned w, unsigned h,
95 unsigned index = ColorIndex(&image[i * 4]);
96 if (transparent_counts_as_one && image[i * 4 + 3] == 0) index = 0;
103 void LossyOptimizeTransparent(lodepng::State* inputstate, unsigned char* image, argument
109 if (image[i * 4 + 3] > 0 && image[i * 4 + 3] < 255) {
115 CountColors(&count, image, w, h, true);
124 if (image[i * 4 + 3] == 0) {
127 // existing in the input image palett
90 CountColors(std::set<unsigned>* unique, const unsigned char* image, unsigned w, unsigned h, bool transparent_counts_as_one) argument
176 TryOptimize( const std::vector<unsigned char>& image, unsigned w, unsigned h, const lodepng::State& inputstate, bool bit16, const std::vector<unsigned char>& origfile, ZopfliPNGFilterStrategy filterstrategy, bool use_zopfli, int windowsize, const ZopfliPNGOptions* png_options, std::vector<unsigned char>* out) argument
277 AutoChooseFilterStrategy(const std::vector<unsigned char>& image, unsigned w, unsigned h, const lodepng::State& inputstate, bool bit16, const std::vector<unsigned char>& origfile, int numstrategies, ZopfliPNGFilterStrategy* strategies, bool* enable) argument
361 std::vector<unsigned char> image; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c328 STACK_OF(LogotypeImage) *image;
401 ASN1_SEQUENCE_OF_OPT(LogotypeData, image, LogotypeImage),
489 if (data->image == NULL)
492 num = sk_LogotypeImage_num(data->image);
494 LogotypeImage *image; local
499 image = sk_LogotypeImage_value(data->image, i);
500 if (image == NULL)
503 details = image->imageDetails;
636 static void i2r_LogotypeImage(LogotypeImage *image, BI argument
656 LogotypeImage *image = sk_LogotypeImage_value(data->image, i); local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c328 STACK_OF(LogotypeImage) *image;
401 ASN1_SEQUENCE_OF_OPT(LogotypeData, image, LogotypeImage),
489 if (data->image == NULL)
492 num = sk_LogotypeImage_num(data->image);
494 LogotypeImage *image; local
499 image = sk_LogotypeImage_value(data->image, i);
500 if (image == NULL)
503 details = image->imageDetails;
636 static void i2r_LogotypeImage(LogotypeImage *image, BI argument
656 LogotypeImage *image = sk_LogotypeImage_value(data->image, i); local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c328 STACK_OF(LogotypeImage) *image;
401 ASN1_SEQUENCE_OF_OPT(LogotypeData, image, LogotypeImage),
489 if (data->image == NULL)
492 num = sk_LogotypeImage_num(data->image);
494 LogotypeImage *image; local
499 image = sk_LogotypeImage_value(data->image, i);
500 if (image == NULL)
503 details = image->imageDetails;
636 static void i2r_LogotypeImage(LogotypeImage *image, BI argument
656 LogotypeImage *image = sk_LogotypeImage_value(data->image, i); local
[all...]
/external/webp/src/dec/
H A Dvp8l.c617 const uint32_t* const image, int xsize, int bits, int x, int y) {
619 return image[xsize * (y >> bits) + (x >> bits)];
1178 // We allocate image data in this function only for transforms. At level 0
616 GetMetaIndex( const uint32_t* const image, int xsize, int bits, int x, int y) argument
/external/webp/src/demux/
H A Ddemux.c52 int complete_; // img_components_ contains a full image.
73 Chunk* chunks_; // non-image chunks
196 // Store image bearing chunks to 'frame'.
296 // Parse a 'ANMF' chunk and any image bearing chunks that immediately follow.
341 // Parse a 'FRGM' chunk and any image bearing chunks that immediately follow.
433 // For the single image case we allow parsing of a partial frame, but we need
446 // Also, set ALPHA_FLAG if this is a lossless image with alpha.
582 return PARSE_ERROR; // image final dimension is too large
607 // If 'exact' is true, check that the image resolution matches the canvas.
609 // TODO(jzern): this is insufficient in the fragmented image cas
649 const ChunkData* const image = f->img_components_; local
823 const ChunkData* const image = frame->img_components_; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c678 uint32_t* const image) {
709 image[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);
1087 uint32_t* const argb, uint32_t* image) {
1106 ColorCodeToMultipliers(image[offset - tile_xsize], &prev_y);
1114 image[offset] = MultipliersToColorCode(&prev_x);
676 VP8LResidualImage(int width, int height, int bits, uint32_t* const argb, uint32_t* const argb_scratch, uint32_t* const image) argument
1086 VP8LColorSpaceTransform(int width, int height, int bits, int quality, uint32_t* const argb, uint32_t* image) argument
/external/valgrind/main/VEX/unused/
H A Dlinker.c85 void* image; member in struct:_ObjectCode
713 char* ehdrC = (char*)(oc->image);
775 char* ehdrC = (char*)(oc->image);
956 char* ehdrC = (char*)(oc->image);
1217 /* Allocate a 1-page area just prior to the image, so we can put
1233 oc->image = &(p[ oc->fixup_size ]);
1235 r = read(fd, oc->image, oc->fileSize);
1242 oc->fileName, oc->image, oc->fixup );
1246 /* verify the in-memory image */
1250 /* build the symbol list for this image */
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c112 Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok ) argument
114 ElfXX_Ehdr* ehdr = (ElfXX_Ehdr*)image;
156 /* Show a raw ELF symbol, given its in-image address and name. */
534 section. We can't look in the running image since it won't
1003 * Look for a build-id in an ELF image. The build-id specification
1391 _{m,d,a}ioff an offset in the image (DiOffT)
1422 /* Program header table image addr, # entries, entry size */
1427 /* Section header image addr, # entries, entry size. Also the
1498 /* Connect to the primary object image, so that we can read symbols
1503 VG_(message)(Vg_UserMsg, "warning: connection to image
[all...]
/external/srec/srec/include/
H A Dsrec_arb.h89 char* image; member in struct:__anon31159
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
H A DHelloSkiaActivity.java73 private native void drawIntoBitmap(Bitmap image, long elapsedTime); argument
/external/skia/src/animator/
H A DSkDrawShader.h23 SkBaseBitmap* image; member in class:SkDrawBitmapShader
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp34 // outside of the image
66 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, argument
76 if (255 == *image) {
79 data->fAlpha = (*image)*0.00392156862f; // 1/255
94 if (found_edge(image, imageWidth, checkMask)) {
98 ++image;
330 // assumes a padded 8-bit image and distance field
331 // width and height are the original width and height of the image
438 // blend with original image
461 // assumes an 8-bit image an
462 SkGenerateDistanceFieldFromA8Image(unsigned char* distanceField, const unsigned char* image, int width, int height, int rowBytes) argument
490 SkGenerateDistanceFieldFromBWImage(unsigned char* distanceField, const unsigned char* image, int width, int height, int rowBytes) argument
[all...]
H A DSkGlyphCache.cpp374 const void* image = this->findImage(glyph); local
376 if (NULL != image) {
382 // make the distance field from the image
389 // make the distance field from the image
H A DSkMask.cpp43 void SkMask::FreeImage(void* image) { argument
44 sk_free(image);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp177 IXpsOMImageResource** image) {
206 image),
233 HRESULT SkXPSDevice::initXpsDocumentWriter(IXpsOMImageResource* image) { argument
246 image,
317 SkTScopedComPtr<IXpsOMImageResource> image; local
319 this->createXpsThumbnail(page.get(), 0, &image);
321 HRB(this->initXpsDocumentWriter(image.get()));
572 IXpsOMImageResource* image,
581 HRM(this->fXpsFactory->CreateImageBrush(image,
655 "Could not create image par
175 createXpsThumbnail(IXpsOMPage* page, const unsigned int pageNum, IXpsOMImageResource** image) argument
570 sideOfClamp(const SkRect& areaToFill, const XPS_RECT& imageViewBox, IXpsOMImageResource* image, IXpsOMVisualCollection* visuals) argument
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp477 void SkMask_FreeImage(uint8_t* image);
478 void SkMask_FreeImage(uint8_t* image) { argument
479 SkMask::FreeImage(image);
/external/skia/src/gpu/
H A DGrAtlas.cpp57 bool GrPlot::addSubImage(int width, int height, const void* image, argument
75 const unsigned char* imagePtr = (const unsigned char*) image;
90 // otherwise, just upload the image directly
97 fTexture->config(), image, 0,
208 int width, int height, const void* image,
214 if (plot->addSubImage(width, height, image, loc)) {
242 if (plot->addSubImage(width, height, image, loc)) {
207 addToAtlas(GrAtlas* atlas, int width, int height, const void* image, SkIPoint16* loc) argument
/external/skia/src/image/
H A DSkImage.cpp13 static SkImage_Base* as_IB(SkImage* image) { argument
14 return static_cast<SkImage_Base*>(image);
17 static const SkImage_Base* as_IB(const SkImage* image) { argument
18 return static_cast<const SkImage_Base*>(image);
H A DSkImagePriv.cpp57 SkImage* image = NULL; local
59 image = SkNewImageFromPixelRef(info, bm.pixelRef(), bm.rowBytes());
63 image = SkImage::NewRasterCopy(info, bm.getPixels(), bm.rowBytes());
67 return image;
H A DSkImage_Gpu.cpp75 GrTexture* SkTextureImageGetTexture(SkImage* image) { argument
76 return ((SkImage_Gpu*)image)->getTexture();

Completed in 1755 milliseconds

1234567891011>>