Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp194 class C2Block1D::Impl : public _C2Block1DImpl {
198 const C2Handle *C2Block1D::handle() const { in handle()
202 C2Allocator::id_t C2Block1D::getAllocatorId() const { in getAllocatorId()
206 C2Block1D::C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range) in C2Block1D() function in C2Block1D
271 : C2Block1D(impl, range), mFence(fence) { } in C2ConstLinearBlock()
301 : C2Block1D(impl, range) { } in C2LinearBlock()
380 std::shared_ptr<C2Block1D::Impl> impl = in CreateLinearBlock()
381 std::make_shared<C2Block1D::Impl>(alloc, data, offset, size); in CreateLinearBlock()
386 const C2Block1D &block) { in GetLinearBlockPoolData()
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h102 const C2Block1D& block);
/frameworks/av/media/codec2/core/include/
DC2Buffer.h990 class C2Block1D : public _C2LinearRangeAspect {
1010 C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range);
1108 class C2ConstLinearBlock : public C2Block1D {
1147 class C2LinearBlock : public C2Block1D {
1201 class C2CircularBlock : public C2Block1D {