Home
last modified time | relevance | path

Searched refs:blob_info (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dblob.c264 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob, in AttachBlob() argument
267 assert(blob_info != (BlobInfo *) NULL); in AttachBlob()
268 if (blob_info->debug != MagickFalse) in AttachBlob()
270 blob_info->length=length; in AttachBlob()
271 blob_info->extent=length; in AttachBlob()
272 blob_info->quantum=(size_t) MagickMaxBlobExtent; in AttachBlob()
273 blob_info->offset=0; in AttachBlob()
274 blob_info->type=BlobStream; in AttachBlob()
275 blob_info->file_info.file=(FILE *) NULL; in AttachBlob()
276 blob_info->data=(unsigned char *) blob; in AttachBlob()
[all …]
/external/ImageMagick/coders/
Dpattern.c950 *blob_info; in ReadPATTERNImage() local
958 blob_info=CloneImageInfo(image_info); in ReadPATTERNImage()
963 if (LocaleCompare(blob_info->filename,PatternImageList[i].name) == 0) in ReadPATTERNImage()
965 (void) CopyMagickString(blob_info->magick,PatternImageList[i].magick, in ReadPATTERNImage()
973 blob_info=DestroyImageInfo(blob_info); in ReadPATTERNImage()
976 image=BlobToImage(blob_info,blob,extent,exception); in ReadPATTERNImage()
990 blob_info=DestroyImageInfo(blob_info); in ReadPATTERNImage()
Dmagick.c13045 *blob_info; in ReadMAGICKImage() local
13053 blob_info=CloneImageInfo(image_info); in ReadMAGICKImage()
13055 (void) CopyMagickString(blob_info->filename,image_info->magick, in ReadMAGICKImage()
13061 if (LocaleCompare(blob_info->filename,MagickImageList[i].name) == 0) in ReadMAGICKImage()
13063 (void) CopyMagickString(blob_info->magick,MagickImageList[i].magick, in ReadMAGICKImage()
13071 blob_info=DestroyImageInfo(blob_info); in ReadMAGICKImage()
13074 image=BlobToImage(blob_info,blob,extent,exception); in ReadMAGICKImage()
13075 blob_info=DestroyImageInfo(blob_info); in ReadMAGICKImage()
Dxpm.c673 *blob_info; in WritePICONImage() local
727 blob_info=CloneImageInfo(image_info); in WritePICONImage()
728 (void) AcquireUniqueFilename(blob_info->filename); in WritePICONImage()
731 affinity_image=BlobToImage(blob_info,Graymap,GraymapExtent,exception); in WritePICONImage()
733 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception); in WritePICONImage()
734 (void) RelinquishUniqueFileResource(blob_info->filename); in WritePICONImage()
735 blob_info=DestroyImageInfo(blob_info); in WritePICONImage()
/external/ComputeLibrary/src/runtime/
DOffsetMemoryPool.cpp36 OffsetMemoryPool::OffsetMemoryPool(IAllocator *allocator, BlobInfo blob_info) in OffsetMemoryPool() argument
37 : _allocator(allocator), _blob(), _blob_info(blob_info) in OffsetMemoryPool()
40 _blob = _allocator->make_region(blob_info.size, blob_info.alignment); in OffsetMemoryPool()
DBlobMemoryPool.cpp35 BlobMemoryPool::BlobMemoryPool(IAllocator *allocator, std::vector<BlobInfo> blob_info) in BlobMemoryPool() argument
36 : _allocator(allocator), _blobs(), _blob_info(std::move(blob_info)) in BlobMemoryPool()
77 void BlobMemoryPool::allocate_blobs(const std::vector<BlobInfo> &blob_info) in allocate_blobs() argument
81 for(const auto &bi : blob_info) in allocate_blobs()
/external/ComputeLibrary/arm_compute/runtime/
DBlobMemoryPool.h52 BlobMemoryPool(IAllocator *allocator, std::vector<BlobInfo> blob_info);
75 void allocate_blobs(const std::vector<BlobInfo> &blob_info);
DOffsetMemoryPool.h50 OffsetMemoryPool(IAllocator *allocator, BlobInfo blob_info);
/external/angle/build/fuchsia/
Dbinary_sizes.py199 for blob_info in formatted_blob_info[package]:
200 blob = Blob(name=blob_info['path'],
201 hash=blob_info['merkle'],
202 uncompressed=blob_info['bytes'],
203 compressed=blob_info['size'],
204 is_counted=blob_info['is_counted'])
/external/cronet/build/fuchsia/
Dbinary_sizes.py199 for blob_info in formatted_blob_info[package]:
200 blob = Blob(name=blob_info['path'],
201 hash=blob_info['merkle'],
202 uncompressed=blob_info['bytes'],
203 compressed=blob_info['size'],
204 is_counted=blob_info['is_counted'])