Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp960 class C2Block2D::Impl : public _C2MappingBlock2DImpl {
966 const C2Handle *C2Block2D::handle() const { in handle()
970 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId()
974 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D() function in C2Block2D
1024 : C2Block2D(impl, section), mFence(fence) { } in C2ConstGraphicBlock()
1045 : C2Block2D(impl, section) { } in C2GraphicBlock()
1090 std::shared_ptr<C2Block2D::Impl> impl = in CreateGraphicBlock()
1091 std::make_shared<C2Block2D::Impl>(alloc, data, allottedCrop); in CreateGraphicBlock()
1096 const C2Block2D &block) { in GetGraphicBlockPoolData()
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h111 const C2Block2D& block);
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1808 class C2Block2D : public _C2PlanarSectionAspect {
1827 C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1894 class C2ConstGraphicBlock : public C2Block2D {
1933 class C2GraphicBlock : public C2Block2D {