Searched refs:C2PlanarSection (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1685 class C2PlanarSection : public _C2PlanarSectionAspect { 1687 inline constexpr C2PlanarSection(const _C2PlanarCapacityAspect &parent, const C2Rect &crop) in C2PlanarSection() function 1690 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection() function 1693 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() 1694 return C2PlanarSection(*this, crop); in intersect() 1707 inline constexpr C2PlanarSection section(const C2Rect &crop) const { in section() 1708 return C2PlanarSection(*this, crop); in section()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 1008 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView() 1012 return C2GraphicView(mImpl, C2PlanarSection(*mImpl, rect)); in subView() 1033 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map() 1037 return C2ConstGraphicBlock(mImpl, C2PlanarSection(*mImpl, crop().intersect(rect)), mFence); in subBlock() 1054 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map() 1058 return ConstGraphicBlockBuddy(mImpl, C2PlanarSection(*mImpl, crop), fence); in share()
|