Lines Matching defs:Mapped
1287 struct Mapped { struct in _C2MappingBlock2DImpl
1291 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped() argument
1330 explicit Mapped(c2_status_t error) in Mapped() argument
1339 ~Mapped() { in ~Mapped()
1346 c2_status_t error() const { return mError; } in error()
1349 uint8_t *const *data() const { return mOffsetData; } in data()
1352 C2PlanarLayout layout() const { return mLayout; } in layout()
1355 bool writable() const { return mWritable; } in writable()
1358 const std::shared_ptr<_C2Block2DImpl> mImpl;
1359 bool mWritable;
1360 c2_status_t mError;
1361 uint8_t *mData[C2PlanarLayout::MAX_NUM_PLANES];
1362 uint8_t *mOffsetData[C2PlanarLayout::MAX_NUM_PLANES];
1363 C2PlanarLayout mLayout;