Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1580 class _C2PlanarCapacityAspect {
1592 inline constexpr _C2PlanarCapacityAspect(uint32_t width, uint32_t height) in _C2PlanarCapacityAspect() function
1595 inline explicit constexpr _C2PlanarCapacityAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarCapacityAspect() function
1722 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect {
1727 : _C2PlanarCapacityAspect(width, height), in _C2PlanarSectionAspect()
1755 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect()
1756 : _C2PlanarCapacityAspect(parent), mCrop(width(), height()) {} in _C2PlanarSectionAspect()
1758 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1759 : _C2PlanarCapacityAspect(parent), in _C2PlanarSectionAspect()
1763 : _C2PlanarCapacityAspect(parent), in _C2PlanarSectionAspect()
[all …]