Searched refs:_C2PlanarSectionAspect (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1727 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect { 1731 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect() function 1747 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection() 1748 return _C2PlanarSectionAspect( in childSection() 1760 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect() function 1763 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function 1767 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function 1782 class _C2EditablePlanarSectionAspect : public _C2PlanarSectionAspect { 1785 using _C2PlanarSectionAspect::_C2PlanarSectionAspect; 1822 class C2PlanarSection : public _C2PlanarSectionAspect { [all …]
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 810 class C2_HIDE _C2Block2DImpl : public _C2PlanarSectionAspect { 818 : _C2PlanarSectionAspect(alloc.get(), allottedCrop), in _C2Block2DImpl() 1000 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2Block2D() 1002 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D() 1017 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicView() 1049 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion, C2Fence fence) in C2ConstGraphicBlock() 1070 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicBlock()
|