blob: 9a5aa6937acad230068d9f97c7ec5f8cc4b59928 [file] [log] [blame]
Mathias Agopian3330b202009-10-05 17:07:12 -07001/*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef ANDROID_GRAPHIC_BUFFER_H
18#define ANDROID_GRAPHIC_BUFFER_H
19
20#include <stdint.h>
21#include <sys/types.h>
22
Mathias Agopianfe2f54f2017-02-15 19:48:58 -080023#include <string>
24
Mathias Agopian5f2165f2012-02-24 18:25:41 -080025#include <ui/ANativeObjectBase.h>
Mathias Agopian3330b202009-10-05 17:07:12 -070026#include <ui/PixelFormat.h>
27#include <ui/Rect.h>
Mathias Agopian98e71dd2010-02-11 17:30:52 -080028#include <utils/Flattenable.h>
Mathias Agopiane0417162013-03-06 18:50:52 -080029#include <utils/RefBase.h>
Mathias Agopian5f2165f2012-02-24 18:25:41 -080030
Mathias Agopian6a3c05b2017-04-27 20:06:55 -070031#include <nativebase/nativebase.h>
Mathias Agopian3330b202009-10-05 17:07:12 -070032
Mathias Agopian6a3c05b2017-04-27 20:06:55 -070033#include <hardware/gralloc.h>
Mathias Agopian3330b202009-10-05 17:07:12 -070034
35namespace android {
36
37class GraphicBufferMapper;
Mathias Agopian3330b202009-10-05 17:07:12 -070038
39// ===========================================================================
40// GraphicBuffer
41// ===========================================================================
42
43class GraphicBuffer
Mathias Agopian6a3c05b2017-04-27 20:06:55 -070044 : public ANativeObjectBase<ANativeWindowBuffer, GraphicBuffer, RefBase>,
Mathias Agopiane1424282013-07-29 21:24:40 -070045 public Flattenable<GraphicBuffer>
Mathias Agopian3330b202009-10-05 17:07:12 -070046{
Mathias Agopiane1424282013-07-29 21:24:40 -070047 friend class Flattenable<GraphicBuffer>;
Mathias Agopian3330b202009-10-05 17:07:12 -070048public:
49
50 enum {
51 USAGE_SW_READ_NEVER = GRALLOC_USAGE_SW_READ_NEVER,
52 USAGE_SW_READ_RARELY = GRALLOC_USAGE_SW_READ_RARELY,
53 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
54 USAGE_SW_READ_MASK = GRALLOC_USAGE_SW_READ_MASK,
Dan Stozad3182402014-11-17 12:03:59 -080055
Mathias Agopian3330b202009-10-05 17:07:12 -070056 USAGE_SW_WRITE_NEVER = GRALLOC_USAGE_SW_WRITE_NEVER,
57 USAGE_SW_WRITE_RARELY = GRALLOC_USAGE_SW_WRITE_RARELY,
58 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN,
59 USAGE_SW_WRITE_MASK = GRALLOC_USAGE_SW_WRITE_MASK,
Glenn Kasten16f04532011-01-19 15:27:27 -080060
Mathias Agopian3330b202009-10-05 17:07:12 -070061 USAGE_SOFTWARE_MASK = USAGE_SW_READ_MASK|USAGE_SW_WRITE_MASK,
Glenn Kasten16f04532011-01-19 15:27:27 -080062
63 USAGE_PROTECTED = GRALLOC_USAGE_PROTECTED,
64
Mathias Agopian3330b202009-10-05 17:07:12 -070065 USAGE_HW_TEXTURE = GRALLOC_USAGE_HW_TEXTURE,
66 USAGE_HW_RENDER = GRALLOC_USAGE_HW_RENDER,
67 USAGE_HW_2D = GRALLOC_USAGE_HW_2D,
Jamie Gennis3599bf22011-08-10 11:48:07 -070068 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
Jamie Gennisb7d87c42011-11-21 16:51:47 -080069 USAGE_HW_VIDEO_ENCODER = GRALLOC_USAGE_HW_VIDEO_ENCODER,
Riley Andrews03414a12014-07-01 14:22:59 -070070 USAGE_HW_MASK = GRALLOC_USAGE_HW_MASK,
71
72 USAGE_CURSOR = GRALLOC_USAGE_CURSOR,
Mathias Agopian3330b202009-10-05 17:07:12 -070073 };
74
Mathias Agopianf543e5a2017-04-03 17:16:41 -070075 static sp<GraphicBuffer> from(ANativeWindowBuffer *);
76
77
Chia-I Wub42f1712017-03-21 13:15:39 -070078 // Create a GraphicBuffer to be unflatten'ed into or be reallocated.
Mathias Agopian3330b202009-10-05 17:07:12 -070079 GraphicBuffer();
80
Chia-I Wub42f1712017-03-21 13:15:39 -070081 // Create a GraphicBuffer by allocating and managing a buffer internally.
82 // This function is privileged. See reallocate for details.
Craig Donnere96a3252017-02-02 12:13:34 -080083 GraphicBuffer(uint32_t inWidth, uint32_t inHeight, PixelFormat inFormat,
Chris Forbes82c04982017-04-19 14:29:54 -070084 uint32_t inLayerCount, uint64_t inUsage,
85 std::string requestorName = "<Unknown>");
Craig Donnere96a3252017-02-02 12:13:34 -080086
Chia-I Wub42f1712017-03-21 13:15:39 -070087 // Create a GraphicBuffer from an existing handle.
88 enum HandleWrapMethod : uint8_t {
89 // Wrap and use the handle directly. It assumes the handle has been
90 // registered and never fails. The handle must have a longer lifetime
91 // than this wrapping GraphicBuffer.
92 //
93 // This can be used when, for example, you want to wrap a handle that
94 // is already managed by another GraphicBuffer.
95 WRAP_HANDLE,
96
97 // Take ownership of the handle and use it directly. It assumes the
98 // handle has been registered and never fails.
99 //
100 // This can be used to manage an already registered handle with
101 // GraphicBuffer.
102 TAKE_HANDLE,
103
104 // Take onwership of an unregistered handle and use it directly. It
105 // can fail when the buffer does not register. There is no ownership
106 // transfer on failures.
107 //
108 // This can be used to, for example, create a GraphicBuffer from a
109 // handle returned by Parcel::readNativeHandle.
110 TAKE_UNREGISTERED_HANDLE,
111
112 // Make a clone of the handle and use the cloned handle. It can fail
113 // when cloning fails or when the buffer does not register. There is
114 // never ownership transfer.
115 //
116 // This can be used to create a GraphicBuffer from a handle that
117 // cannot be used directly, such as one from hidl_handle.
118 CLONE_HANDLE,
119 };
120 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method,
121 uint32_t width, uint32_t height,
122 PixelFormat format, uint32_t layerCount,
Chris Forbes82c04982017-04-19 14:29:54 -0700123 uint64_t usage, uint32_t stride);
Chia-I Wub42f1712017-03-21 13:15:39 -0700124
Chris Forbes82c04982017-04-19 14:29:54 -0700125 // These functions are deprecated because they only take 32 bits of usage
Chia-I Wub42f1712017-03-21 13:15:39 -0700126 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method,
127 uint32_t width, uint32_t height,
128 PixelFormat format, uint32_t layerCount,
129 uint32_t usage, uint32_t stride)
130 : GraphicBuffer(handle, method, width, height, format, layerCount,
Chris Forbes82c04982017-04-19 14:29:54 -0700131 static_cast<uint64_t>(usage), stride) {}
Dan Stozad3182402014-11-17 12:03:59 -0800132 GraphicBuffer(uint32_t inWidth, uint32_t inHeight, PixelFormat inFormat,
Craig Donner6ebc46a2016-10-21 15:23:44 -0700133 uint32_t inLayerCount, uint32_t inUsage, uint32_t inStride,
134 native_handle_t* inHandle, bool keepOwnership);
Daniel Nicoara1c457102017-02-07 17:27:25 -0500135 GraphicBuffer(uint32_t inWidth, uint32_t inHeight, PixelFormat inFormat,
Chia-I Wub42f1712017-03-21 13:15:39 -0700136 uint32_t inUsage, std::string requestorName = "<Unknown>");
Daniel Nicoara1c457102017-02-07 17:27:25 -0500137
Mathias Agopian3330b202009-10-05 17:07:12 -0700138 // return status
139 status_t initCheck() const;
140
Dan Stozad3182402014-11-17 12:03:59 -0800141 uint32_t getWidth() const { return static_cast<uint32_t>(width); }
142 uint32_t getHeight() const { return static_cast<uint32_t>(height); }
143 uint32_t getStride() const { return static_cast<uint32_t>(stride); }
144 uint32_t getUsage() const { return static_cast<uint32_t>(usage); }
Mathias Agopian3330b202009-10-05 17:07:12 -0700145 PixelFormat getPixelFormat() const { return format; }
Craig Donner6ebc46a2016-10-21 15:23:44 -0700146 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); }
Mathias Agopian3330b202009-10-05 17:07:12 -0700147 Rect getBounds() const { return Rect(width, height); }
Dan Stozab1363d32014-03-28 15:10:52 -0700148 uint64_t getId() const { return mId; }
149
Dan Stoza812ed062015-06-02 15:45:22 -0700150 uint32_t getGenerationNumber() const { return mGenerationNumber; }
151 void setGenerationNumber(uint32_t generation) {
152 mGenerationNumber = generation;
153 }
154
Chia-I Wub42f1712017-03-21 13:15:39 -0700155 // This function is privileged. It requires access to the allocator
156 // device or service, which usually involves adding suitable selinux
157 // rules.
Dan Stozad3182402014-11-17 12:03:59 -0800158 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
Chris Forbes82c04982017-04-19 14:29:54 -0700159 PixelFormat inFormat, uint32_t inLayerCount, uint64_t inUsage);
Mathias Agopian3330b202009-10-05 17:07:12 -0700160
Dan Stoza9de72932015-04-16 17:28:43 -0700161 bool needsReallocation(uint32_t inWidth, uint32_t inHeight,
Chris Forbes82c04982017-04-19 14:29:54 -0700162 PixelFormat inFormat, uint32_t inLayerCount, uint64_t inUsage);
Dan Stoza9de72932015-04-16 17:28:43 -0700163
Dan Stozad3182402014-11-17 12:03:59 -0800164 status_t lock(uint32_t inUsage, void** vaddr);
165 status_t lock(uint32_t inUsage, const Rect& rect, void** vaddr);
Eino-Ville Talvalac43946b2013-05-04 18:07:43 -0700166 // For HAL_PIXEL_FORMAT_YCbCr_420_888
Dan Stozad3182402014-11-17 12:03:59 -0800167 status_t lockYCbCr(uint32_t inUsage, android_ycbcr *ycbcr);
168 status_t lockYCbCr(uint32_t inUsage, const Rect& rect,
169 android_ycbcr *ycbcr);
Mathias Agopian3330b202009-10-05 17:07:12 -0700170 status_t unlock();
Dan Stozad3182402014-11-17 12:03:59 -0800171 status_t lockAsync(uint32_t inUsage, void** vaddr, int fenceFd);
172 status_t lockAsync(uint32_t inUsage, const Rect& rect, void** vaddr,
173 int fenceFd);
Craig Donnere96a3252017-02-02 12:13:34 -0800174 status_t lockAsync(uint64_t inProducerUsage, uint64_t inConsumerUsage,
175 const Rect& rect, void** vaddr, int fenceFd);
Dan Stozad3182402014-11-17 12:03:59 -0800176 status_t lockAsyncYCbCr(uint32_t inUsage, android_ycbcr *ycbcr,
177 int fenceFd);
178 status_t lockAsyncYCbCr(uint32_t inUsage, const Rect& rect,
179 android_ycbcr *ycbcr, int fenceFd);
Francis Hart8f396012014-04-01 15:30:53 +0300180 status_t unlockAsync(int *fenceFd);
Mathias Agopian678bdd62010-12-03 17:33:09 -0800181
Iliyan Malchev697526b2011-05-01 11:33:26 -0700182 ANativeWindowBuffer* getNativeBuffer() const;
Mathias Agopian3330b202009-10-05 17:07:12 -0700183
Mathias Agopian678bdd62010-12-03 17:33:09 -0800184 // for debugging
185 static void dumpAllocationsToSystemLog();
186
Mathias Agopian87f9b872013-07-31 19:18:22 -0700187 // Flattenable protocol
188 size_t getFlattenedSize() const;
189 size_t getFdCount() const;
190 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
191 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
192
Mathias Agopianb7e930d2010-06-01 15:12:58 -0700193private:
Mathias Agopiane1424282013-07-29 21:24:40 -0700194 ~GraphicBuffer();
Mathias Agopian3330b202009-10-05 17:07:12 -0700195
Mathias Agopian54ba51d2009-10-26 20:12:37 -0700196 enum {
197 ownNone = 0,
198 ownHandle = 1,
199 ownData = 2,
200 };
201
Mathias Agopianb7e930d2010-06-01 15:12:58 -0700202 inline const GraphicBufferMapper& getBufferMapper() const {
203 return mBufferMapper;
204 }
205 inline GraphicBufferMapper& getBufferMapper() {
206 return mBufferMapper;
207 }
Mathias Agopian54ba51d2009-10-26 20:12:37 -0700208 uint8_t mOwner;
Mathias Agopian3330b202009-10-05 17:07:12 -0700209
210private:
211 friend class Surface;
212 friend class BpSurface;
213 friend class BnSurface;
214 friend class LightRefBase<GraphicBuffer>;
215 GraphicBuffer(const GraphicBuffer& rhs);
216 GraphicBuffer& operator = (const GraphicBuffer& rhs);
217 const GraphicBuffer& operator = (const GraphicBuffer& rhs) const;
218
Chia-I Wub42f1712017-03-21 13:15:39 -0700219 status_t initWithSize(uint32_t inWidth, uint32_t inHeight,
220 PixelFormat inFormat, uint32_t inLayerCount,
Chris Forbes82c04982017-04-19 14:29:54 -0700221 uint64_t inUsage, std::string requestorName);
Chia-I Wub42f1712017-03-21 13:15:39 -0700222
223 status_t initWithHandle(const native_handle_t* handle,
224 HandleWrapMethod method, uint32_t width, uint32_t height,
225 PixelFormat format, uint32_t layerCount,
Chris Forbes82c04982017-04-19 14:29:54 -0700226 uint64_t usage, uint32_t stride);
Mathias Agopian3330b202009-10-05 17:07:12 -0700227
Mathias Agopian98e71dd2010-02-11 17:30:52 -0800228 void free_handle();
229
Mathias Agopian3330b202009-10-05 17:07:12 -0700230 GraphicBufferMapper& mBufferMapper;
231 ssize_t mInitCheck;
Jamie Gennis309d3bb2010-10-07 13:46:55 -0700232
Dan Stozab1363d32014-03-28 15:10:52 -0700233 uint64_t mId;
Dan Stoza812ed062015-06-02 15:45:22 -0700234
235 // Stores the generation number of this buffer. If this number does not
236 // match the BufferQueue's internal generation number (set through
237 // IGBP::setGenerationNumber), attempts to attach the buffer will fail.
238 uint32_t mGenerationNumber;
Mathias Agopian3330b202009-10-05 17:07:12 -0700239};
240
241}; // namespace android
242
243#endif // ANDROID_GRAPHIC_BUFFER_H