| /frameworks/base/media/java/android/media/ |
| Image.java | 25 * <p>A single complete image buffer to use with a media source such as a 30 * data of the Image through one or more 41 * from various media sources, not closing old Image objects will prevent the 43 * {@link ImageReader#getMaxImages the maximum outstanding image count} is 49 public abstract class Image implements AutoCloseable { 58 protected Image() { 62 * Throw IllegalStateException if the image is invalid (already closed). 68 throw new IllegalStateException("Image is already closed"); 72 * Get the format for this image. This format determines the number of 73 * ByteBuffers needed to represent the image, and the general layout of th [all...] |
| /frameworks/base/tools/aapt2/compile/ |
| Image.h | 30 * An in-memory image, loaded from disk, with pixels in RGBA_8888 format. 32 class Image { 34 explicit Image() = default; 43 * The width of the image in RGBA_8888 pixels. This is int32_t because of 50 * The height of the image in RGBA_8888 pixels. This is int32_t because of 57 * Buffer to the raw image data stored sequentially. 63 DISALLOW_COPY_AND_ASSIGN(Image); 111 * Contains 9-patch data from a source image. All measurements exclude the 1px 113 * source 9-patch image. 143 * Outline of the image, calculated based on opacity [all...] |
| /prebuilts/go/darwin-x86/src/image/draw/ |
| draw.go | 5 // Package draw provides image composition functions. 7 // See "The Go image/draw package" for an introduction to this package: 12 "image" 13 "image/color" 14 "image/internal/imageutil" 17 // m is the maximum color value returned by image.Color.RGBA. 20 // Image is an image.Image with a Set method to change a single pixel. 21 type Image interface [all...] |
| /prebuilts/go/linux-x86/src/image/draw/ |
| draw.go | 5 // Package draw provides image composition functions. 7 // See "The Go image/draw package" for an introduction to this package: 12 "image" 13 "image/color" 14 "image/internal/imageutil" 17 // m is the maximum color value returned by image.Color.RGBA. 20 // Image is an image.Image with a Set method to change a single pixel. 21 type Image interface [all...] |
| /external/swiftshader/src/OpenGL/libGL/ |
| Image.cpp | 15 #include "Image.hpp" 39 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type) 47 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget) 54 Image::~Image() 59 void *Image::lock(unsigned int left, unsigned int top, sw::Lock lock) 64 unsigned int Image::getPitch() const 69 void Image::unlock( [all...] |
| /build/make/tools/releasetools/ |
| blockimgdiff.py | 57 class Image(object): 71 class EmptyImage(Image): 72 """A zero-length image.""" 98 class DataImage(Image): 99 """An image wrapped around a single string of data.""" 239 # BlockImageDiff works on two image objects. An image object is 244 # total_blocks: the total size of the partition/image, in blocks. 260 # data contained in the image blocks of that RangeSet. The data 270 # hash of all the data in the image (ie, all the blocks in th [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/ |
| HiiImage.h | 33 // Global ID for the Hii Image Protocol.
59 } Image;
75 IN CONST EFI_IMAGE_INPUT *Image
80 This function adds the image Image to the group of images owned by PackageList, and returns
81 a new image identifier (ImageId).
85 PackageList - Handle of the package list where this image will be added.
86 ImageId - On return, contains the new image id, which is unique within PackageList.
87 Image - Points to the image. [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
| Graphics.c | 32 OUT VOID **Image,
39 Return the graphics image file named FileNameGuid into Image and return it's
47 Image - Pointer to pointer to return graphics image. If NULL, a
50 ImageSize - Size of the graphics Image in bytes. Zero if no image found.
55 EFI_SUCCESS - Image and ImageSize are valid.
56 EFI_BUFFER_TOO_SMALL - Image not big enough. ImageSize has required size
61 return GetGraphicsBitMapFromFVEx (NULL, FileNameGuid, Image, ImageSize); [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
| Graphics.c | 33 OUT VOID **Image,
40 Return the graphics image file named FileNameGuid into Image and return it's
48 Image - Pointer to pointer to return graphics image. If NULL, a
51 ImageSize - Size of the graphics Image in bytes. Zero if no image found.
56 EFI_SUCCESS - Image and ImageSize are valid.
57 EFI_BUFFER_TOO_SMALL - Image not big enough. ImageSize has required size
62 return GetGraphicsBitMapFromFVEx (NULL, FileNameGuid, Image, ImageSize); [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
| Performance.c | 90 EFI_LOADED_IMAGE_PROTOCOL *Image;
97 // Get handle name from image protocol
102 (VOID **) &Image
118 // Get handle name from image protocol
123 (VOID **) &Image
127 PdbFileName = PeCoffLoaderGetPdbPointer (Image->ImageBase);
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
| BmPerformance.c | 94 EFI_LOADED_IMAGE_PROTOCOL *Image;
101 // Get handle name from image protocol
106 (VOID **) &Image
122 // Get handle name from image protocol
127 (VOID **) &Image
131 PdbFileName = PeCoffLoaderGetPdbPointer (Image->ImageBase);
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
| BootGraphicsResourceTableDxe.c | 86 EFI_ACPI_5_0_BGRT_IMAGE_TYPE_BMP, // Image Type
87 0, // Image Address
88 0, // Image Offset X
89 0 // Image Offset Y
93 Update information of logo image drawn on screen.
97 is set to NULL, it indicates that logo image is no
124 Update information of logo image drawn on screen.
128 is set to NULL, it indicates that logo image is no
283 UINT8 *Image;
358 // The image should be stored in EfiBootServicesData, allowing the system to reclaim the memory [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| HiiImage.h | 33 @param Flags Describe image characteristics. If
34 EFI_IMAGE_TRANSPARENT is set, then the image was
37 @param Width Image width, in pixels.
39 @param Height Image height, in pixels.
57 This function adds the image Image to the group of images
58 owned by PackageList, and returns a new image identifier
63 @param PackageList Handle of the package list where this image will be added.
65 @param ImageId On return, contains the new image id, which is
68 @param Image Points to the image. [all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
| HttpBootSupport.h | 175 EFI_HANDLE Image;
237 @param[in] Image The handle of the driver image.
253 IN EFI_HANDLE Image,
|
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6If.h | 118 EFI_HANDLE Image;
|
| /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
| DpUtilities.c | 190 Get a human readable name for an image handle.
192 1. Image PDB
195 4. Image GUID
196 5. Image DevicePath
211 EFI_LOADED_IMAGE_PROTOCOL *Image;
228 // Method 1: Get the name string from image PDB
233 (VOID **) &Image
249 (VOID **) &Image
255 PdbFileName = PeCoffLoaderGetPdbPointer (Image->ImageBase);
312 // Try to get image GUID from LoadedImageDevicePath protocol [all...] |
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
| Performance.c | 90 EFI_LOADED_IMAGE_PROTOCOL *Image;
97 // Get handle name from image protocol
102 (VOID **) &Image
118 // Get handle name from image protocol
123 (VOID **) &Image
127 PdbFileName = PeCoffLoaderGetPdbPointer (Image->ImageBase);
|
| /external/ImageMagick/MagickCore/ |
| magick-type.h | 175 typedef struct _Image Image;
|
| /external/deqp/external/vulkancts/modules/vulkan/compute/ |
| vktComputeTestsUtil.cpp | 46 Image::Image (const DeviceInterface& vk, 197 const VkImage image, 207 image, // VkImage image; 257 const VkImage image, 270 image, // VkImage image;
|
| /packages/apps/Gallery/src/com/android/camera/gallery/ |
| Image.java | 38 public class Image extends BaseImage implements IImage { 45 public Image(BaseImageList container, ContentResolver cr, 72 return !"image/jpeg".equals(mimeType) && !"image/png".equals(mimeType); 136 * Save the rotated image by updating the Exif "Orientation" tag.
|
| /prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
| regression_test.go | 64 type Image struct { 69 func NewImage() Image { 70 return Image{}
|
| /prebuilts/go/linux-x86/src/runtime/race/testdata/ |
| regression_test.go | 64 type Image struct { 69 func NewImage() Image { 70 return Image{}
|
| /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
| PciOptionRomSupport.c | 138 Load option rom image for specified PCI device
153 UINT8 *Image;
270 // of the legacy length and the PCIR Image Length
278 Image = AllocatePool ((UINT32) RomImageSize);
279 if (Image == NULL) {
287 // Copy Rom image into memory
294 Image
296 RomInMemory = Image;
404 Process the oprom image.
438 // Get the Address of the Rom image
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
| Perf.c | 141 Located PDB path name in PE image
149 Pointer into image at offset of PDB file name if PDB file name is found,
173 // some system will generate PE32+ image with PE32 Magic.
228 EFI_LOADED_IMAGE_PROTOCOL *Image;
235 // Get handle name from image protocol
240 (VOID**)&Image
256 // Get handle name from image protocol
261 (VOID**)&Image
265 PdbFileName = GetPdbPath (Image->ImageBase);
301 // Al\ a new image structure [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/ |
| PerformanceLib.c | 150 Located PDB path name in PE image
158 Pointer into image at offset of PDB file name if PDB file name is found,
182 // some system will generate PE32+ image with PE32 Magic.
238 EFI_LOADED_IMAGE_PROTOCOL *Image;
245 // Get handle name from image protocol
250 (VOID**)&Image
266 // Get handle name from image protocol
271 (VOID**)&Image
275 PdbFileName = GetPdbPath (Image->ImageBase);
312 // Allocate a new image structure [all...] |