Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1448 class _C2PlanarCapacityAspect {
1460 inline constexpr _C2PlanarCapacityAspect(uint32_t width, uint32_t height) in _C2PlanarCapacityAspect() function
1463 inline explicit constexpr _C2PlanarCapacityAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarCapacityAspect() function
1590 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect {
1595 : _C2PlanarCapacityAspect(width, height), in _C2PlanarSectionAspect()
1623 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect()
1624 : _C2PlanarCapacityAspect(parent), mCrop(width(), height()) {} in _C2PlanarSectionAspect()
1626 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1627 : _C2PlanarCapacityAspect(parent), in _C2PlanarSectionAspect()
1631 : _C2PlanarCapacityAspect(parent), in _C2PlanarSectionAspect()
[all …]