Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1722 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect {
1726 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect() function
1742 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection()
1743 return _C2PlanarSectionAspect( in childSection()
1755 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect() function
1758 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function
1762 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function
1777 class _C2EditablePlanarSectionAspect : public _C2PlanarSectionAspect {
1780 using _C2PlanarSectionAspect::_C2PlanarSectionAspect;
1817 class C2PlanarSection : public _C2PlanarSectionAspect {
[all …]
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1238 class C2_HIDE _C2Block2DImpl : public _C2PlanarSectionAspect {
1246 : _C2PlanarSectionAspect(alloc.get(), allottedCrop), in _C2Block2DImpl()
1428 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D()
1430 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D()
1445 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView()
1477 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence) in C2ConstGraphicBlock()
1498 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicBlock()