Searched defs:Image (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DImage.cpp20 #include "Image.h"
25 Image::Image(sp<GraphicBuffer> buffer) { function in class:android::uirenderer::Image
50 Image::~Image() {
H A DImage.h34 class Image { class in namespace:android::uirenderer
41 Image(sp<GraphicBuffer> buffer);
42 ~Image();
62 }; // class Image
/frameworks/base/media/java/android/media/
H A DImage.java30 * data of the Image through one or more
41 * from various media sources, not closing old Image objects will prevent the
49 public abstract class Image implements AutoCloseable { class in inherits:AutoCloseable
58 protected Image() { method in class:Image
68 throw new IllegalStateException("Image is already closed");
249 * Get the array of pixel planes for this Image. The number of planes is
250 * determined by the format of the Image. The application will get an empty
254 * {@link Image#getFormat()}.
261 * After calling this method, calling any methods on this {@code Image} will
296 * Get the owner of the {@link Image}
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp130 struct Image { struct in struct:vulkan::driver::__anon1604::Swapchain
131 Image() : image(VK_NULL_HANDLE), dequeue_fence(-1), dequeued(false) {} function in struct:vulkan::driver::__anon1604::Swapchain::Image
154 Swapchain::Image& image) {
653 Swapchain::Image& img = swapchain->images[i];
692 Swapchain::Image& img = swapchain->images[i];
867 Swapchain::Image& img = swapchain.images[image_idx];
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp821 // Image
823 struct Image { struct in namespace:null_driver
827 DEFINE_OBJECT_HANDLE_CONVERSION(Image)
852 Image* image = static_cast<Image*>(allocator->pfnAllocation(
853 allocator->pUserData, sizeof(Image), alignof(Image),
865 Image* image = GetImageFromHandle(image_handle);
876 Image* image = GetImageFromHandle(image_handle);

Completed in 121 milliseconds