Searched refs:_C2PlanarSectionAspect (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1590 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect { 1594 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect() function 1610 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection() 1611 return _C2PlanarSectionAspect( in childSection() 1623 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect() function 1626 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function 1630 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function 1645 class _C2EditablePlanarSectionAspect : public _C2PlanarSectionAspect { 1648 using _C2PlanarSectionAspect::_C2PlanarSectionAspect; 1685 class C2PlanarSection : public _C2PlanarSectionAspect { [all …]
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 784 class C2_HIDE _C2Block2DImpl : public _C2PlanarSectionAspect { 792 : _C2PlanarSectionAspect(alloc.get(), allottedCrop), in _C2Block2DImpl() 974 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2Block2D() 976 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D() 991 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicView() 1023 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion, C2Fence fence) in C2ConstGraphicBlock() 1044 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicBlock()
|