Home
last modified time | relevance | path

Searched refs:h2b (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/bufferqueue/2.0/
DH2BGraphicBufferProducer.cpp50 using ::android::hardware::graphics::bufferqueue::V2_0::utils::h2b;
68 bool h2b(HQueueBufferOutput const& from, BQueueBufferOutput* to) { in h2b() function
93 h2b(hStatus, &bStatus) && in requestBuffer()
94 h2b(hBuffer, bBuffer); in requestBuffer()
119 if (!h2b(static_cast<HStatus>(transResult), &bStatus)) { in setMaxDequeuedBufferCount()
133 if (!h2b(static_cast<HStatus>(transResult), &bStatus)) { in setAsyncMode()
155 converted = h2b(hStatus, &bStatus); in dequeueBuffer()
166 converted = h2b(hOutput.fence, fence); in dequeueBuffer()
187 if (!h2b(static_cast<HStatus>(transResult), &bStatus)) { in detachBuffer()
203 converted = h2b(hStatus, &bStatus) && in detachNextBuffer()
[all …]
Dtypes.cpp75 bool h2b(HStatus from, status_t* to) { in h2b() function
148 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() function
180 bool h2b(HConnectionType from, int* to) { in h2b() function
209 bool h2b(HRect const& from, BRect* to) { in h2b() function
233 bool h2b(HRegion const& from, BRegion* to) { in h2b() function
236 if (!h2b(from[0], &bRect)) { in h2b()
241 if (!h2b(from[i], &bRect)) { in h2b()
280 bool h2b(HardwareBuffer const& from, sp<GraphicBuffer>* to) { in h2b() function
DB2HGraphicBufferProducer.cpp51 using ::android::hardware::graphics::bufferqueue::V2_0::utils::h2b;
164 if (!h2b(hBuffer, &bBuffer) || !bBuffer) { in attachBuffer()
201 if (!h2b(hInput.crop, &bInput.crop)) { in queueBuffer()
207 if (!h2b(hInput.surfaceDamage, &bInput.surfaceDamage)) { in queueBuffer()
213 if (!h2b(hInput.fence, &bInput.fence)) { in queueBuffer()
235 if (!h2b(fence.getNativeHandle(), &bFence)) { in cancelBuffer()
259 if (!bListener || !h2b(hConnectionType, &bConnectionType)) { in connect()
280 if (!h2b(hConnectionType, &bConnectionType)) { in disconnect()
/frameworks/av/media/codec2/vndk/include/
Dtypes.h47 bool h2b(HStatus from, status_t* to);
75 bool h2b(native_handle_t const* from, sp<BFence>* to);
84 bool h2b(HConnectionType from, int* to);
93 bool h2b(HRect const& from, BRect* to);
102 bool h2b(HRegion const& from, BRegion* to);
120 bool h2b(HardwareBuffer const& from, sp<GraphicBuffer>* to);
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h46 bool h2b(HStatus from, status_t* to);
74 bool h2b(native_handle_t const* from, sp<BFence>* to);
83 bool h2b(HConnectionType from, int* to);
92 bool h2b(HRect const& from, BRect* to);
101 bool h2b(HRegion const& from, BRegion* to);
119 bool h2b(HardwareBuffer const& from, sp<GraphicBuffer>* to);
/frameworks/av/media/codec2/vndk/
Dtypes.cpp82 bool h2b(HStatus from, status_t* to) { in h2b() function
155 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() function
187 bool h2b(HConnectionType from, int* to) { in h2b() function
216 bool h2b(HRect const& from, BRect* to) { in h2b() function
240 bool h2b(HRegion const& from, BRegion* to) { in h2b() function
243 if (!h2b(from[0], &bRect)) { in h2b()
248 if (!h2b(from[i], &bRect)) { in h2b()
287 bool h2b(HardwareBuffer const& from, sp<GraphicBuffer>* to) { in h2b() function
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp51 using ::android::hardware::graphics::bufferqueue::V2_0::utils::h2b;
284 if (!h2b(hStatus, &status) || !h2b(hOutput.fence, &fence)) { in getGenerationNumber()
309 if (h2b(hStatus, &status) && in getGenerationNumber()
310 h2b(hBuffer, &slotBuffer) && in getGenerationNumber()
361 if (!h2b(hStatus, &status) || in fetchFromIgbp_l()
362 !h2b(hOutput.fence, &fence)) { in fetchFromIgbp_l()
429 if (h2b(hStatus, &status) && in fetchFromIgbp_l()
430 h2b(hBuffer, &slotBuffer) && in fetchFromIgbp_l()
746 converted = h2b(hStatus, &bStatus); in migrate()