Home
last modified time | relevance | path

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

/hardware/google/av/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()
/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h102 const C2Block1D& block);
/hardware/google/av/codec2/include/
DC2Buffer.h987 class C2Block1D : public _C2LinearRangeAspect {
1007 C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range);
1105 class C2ConstLinearBlock : public C2Block1D {
1144 class C2LinearBlock : public C2Block1D {
1198 class C2CircularBlock : public C2Block1D {