Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1822 class C2PlanarSection : public _C2PlanarSectionAspect {
1824 inline constexpr C2PlanarSection(const _C2PlanarCapacityAspect &parent, const C2Rect &crop) in C2PlanarSection() function
1827 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection() function
1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect()
1831 return C2PlanarSection(*this, crop); in intersect()
1844 inline constexpr C2PlanarSection section(const C2Rect &crop) const { in section()
1845 return C2PlanarSection(*this, crop); in section()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1034 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView()
1038 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView()
1059 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1063 return C2ConstGraphicBlock(mImpl, C2PlanarSection(*mImpl, crop().intersect(rect)), mFence); in subBlock()
1080 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1084 return ConstGraphicBlockBuddy(mImpl, C2PlanarSection(*mImpl, crop), fence); in share()