Home
last modified time | relevance | path

Searched refs:HRegion (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
Dtypes.h99 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/
Dtypes.h98 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/
Dtypes.cpp228 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/
Dtypes.cpp221 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/
DH2BGraphicBufferProducer.cpp36 typedef ::android::hardware::media::V1_0::Region HRegion; typedef
416 inline status_t unflatten(HRegion* t, void const*& buffer, size_t& size) { in unflatten()