Home
last modified time | relevance | path

Searched refs:C2PlanarSection (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/include/
DC2Buffer.h1682 class C2PlanarSection : public _C2PlanarSectionAspect {
1684 inline constexpr C2PlanarSection(const _C2PlanarCapacityAspect &parent, const C2Rect &crop) in C2PlanarSection() function
1687 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection() function
1690 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect()
1691 return C2PlanarSection(*this, crop); in intersect()
1704 inline constexpr C2PlanarSection section(const C2Rect &crop) const { in section()
1705 return C2PlanarSection(*this, crop); in section()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1017 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView()
1021 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView()
1042 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1046 return C2ConstGraphicBlock(mImpl, C2PlanarSection(*mImpl, crop().intersect(rect)), mFence); in subBlock()
1063 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1067 return ConstGraphicBlockBuddy(mImpl, C2PlanarSection(*mImpl, crop), fence); in share()