Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp969 class C2Block2D::Impl : public _C2MappingBlock2DImpl {
975 const C2Handle *C2Block2D::handle() const { in handle()
979 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId()
983 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D() function in C2Block2D
1033 : C2Block2D(impl, section), mFence(fence) { } in C2ConstGraphicBlock()
1054 : C2Block2D(impl, section) { } in C2GraphicBlock()
1099 std::shared_ptr<C2Block2D::Impl> impl = in CreateGraphicBlock()
1100 std::make_shared<C2Block2D::Impl>(alloc, data, allottedCrop); in CreateGraphicBlock()
1105 const C2Block2D &block) { in GetGraphicBlockPoolData()
/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h111 const C2Block2D& block);
/hardware/google/av/codec2/include/
DC2Buffer.h1805 class C2Block2D : public _C2PlanarSectionAspect {
1824 C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1891 class C2ConstGraphicBlock : public C2Block2D {
1930 class C2GraphicBlock : public C2Block2D {