Searched refs:HRegion (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codec2/vndk/include/ |
D | types.h | 99 using HRegion = ::android::hardware::hidl_vec<HRect>; variable 101 bool b2h(BRegion const& from, HRegion* to); 102 bool h2b(HRegion const& from, BRegion* to);
|
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
D | types.h | 98 using HRegion = ::android::hardware::hidl_vec<HRect>; variable 100 bool b2h(BRegion const& from, HRegion* to); 101 bool h2b(HRegion const& from, BRegion* to);
|
/frameworks/av/media/codec2/vndk/ |
D | types.cpp | 228 bool b2h(BRegion const& from, HRegion* to) { in b2h() 240 bool h2b(HRegion const& from, BRegion* to) { in h2b()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | types.cpp | 221 bool b2h(BRegion const& from, HRegion* to) { in b2h() 233 bool h2b(HRegion const& from, BRegion* to) { in h2b()
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
D | H2BGraphicBufferProducer.cpp | 36 typedef ::android::hardware::media::V1_0::Region HRegion; typedef 416 inline status_t unflatten(HRegion* t, void const*& buffer, size_t& size) { in unflatten()
|