Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
Dtypes.h90 using HRect = ::android::hardware::graphics::common::V1_2::Rect; variable
92 bool b2h(BRect const& from, HRect* to);
93 bool h2b(HRect const& from, BRect* to);
99 using HRegion = ::android::hardware::hidl_vec<HRect>;
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h89 using HRect = ::android::hardware::graphics::common::V1_2::Rect; variable
91 bool b2h(BRect const& from, HRect* to);
92 bool h2b(HRect const& from, BRect* to);
98 using HRegion = ::android::hardware::hidl_vec<HRect>;
/frameworks/av/media/codec2/vndk/
Dtypes.cpp207 bool b2h(BRect const& from, HRect* to) { in b2h()
216 bool h2b(HRect const& from, BRect* to) { in h2b()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp200 bool b2h(BRect const& from, HRect* to) { in b2h()
209 bool h2b(HRect const& from, BRect* to) { in h2b()
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp35 typedef ::android::hardware::media::V1_0::Rect HRect; typedef
423 if (size < numRects * sizeof(HRect)) { in unflatten()
426 if (numRects > (UINT32_MAX / sizeof(HRect))) { in unflatten()
438 (*t)[r] = HRect{ in unflatten()
501 t->crop = HRect{ in unflatten()