Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h1727 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect {
1748 return _C2PlanarSectionAspect( in childSection()
1760 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) 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 {
1825 : _C2PlanarSectionAspect(&parent, crop) { } in C2PlanarSection()
1828 : _C2PlanarSectionAspect(&parent, crop) { } in C2PlanarSection()
1945 class C2Block2D : public _C2PlanarSectionAspect {
[all …]
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp810 class C2_HIDE _C2Block2DImpl : public _C2PlanarSectionAspect {
818 : _C2PlanarSectionAspect(alloc.get(), allottedCrop), in _C2Block2DImpl()
1000 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D()
1002 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D()
1017 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView()
1049 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence) in C2ConstGraphicBlock()
1070 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicBlock()