Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h339 class _C2LinearCapacityAspect {
362 inline explicit constexpr _C2LinearCapacityAspect(const _C2LinearCapacityAspect *parent) in _C2LinearCapacityAspect() function
375 class _C2LinearRangeAspect : public _C2LinearCapacityAspect {
390 : _C2LinearCapacityAspect(capacity_), in _C2LinearRangeAspect()
398 : _C2LinearCapacityAspect(other.capacity()), in _C2LinearRangeAspect()
405 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
412 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
419 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
458 class C2LinearCapacity : public _C2LinearCapacityAspect {
765 class C2LinearAllocation : public _C2LinearCapacityAspect {
[all …]
/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp189 class TestCapacity : public _C2LinearCapacityAspect { in StaticLinearRangeAndCapacityTest()
190 using _C2LinearCapacityAspect::_C2LinearCapacityAspect; in StaticLinearRangeAndCapacityTest()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp227 : _C2LinearCapacityAspect(C2LinearCapacity(impl->size()).range(offset, size).size()), in C2ReadView()
232 : _C2LinearCapacityAspect(0u), mImpl(std::make_shared<Impl>(error)), mOffset(0u) { in C2ReadView()