Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp102 class C2DmaBufAllocation : public C2LinearAllocation { class
108 virtual ~C2DmaBufAllocation() override;
167 C2_DO_NOT_COPY(C2DmaBufAllocation);
233 c2_status_t C2DmaBufAllocation::status() const { in status()
246 std::shared_ptr<C2DmaBufAllocation> otherAsBuf = in equals()
251 const C2Handle* C2DmaBufAllocation::handle() const { in handle()
255 C2DmaBufAllocation::~C2DmaBufAllocation() { in ~C2DmaBufAllocation()
268 C2DmaBufAllocation::C2DmaBufAllocation(BufferAllocator& alloc, size_t allocSize, size_t capacity, in C2DmaBufAllocation() function in android::C2DmaBufAllocation
285 C2DmaBufAllocation::C2DmaBufAllocation(size_t size, int shareFd, C2Allocator::id_t id) in C2DmaBufAllocation() function in android::C2DmaBufAllocation
402 std::shared_ptr<C2DmaBufAllocation> alloc = std::make_shared<C2DmaBufAllocation>( in newLinearAllocation()
[all …]