Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp547 std::shared_ptr<C2LinearAllocation> c2Linear; in allocate() local
549 c2Params.data.params[0], c2Params.data.usage, &c2Linear); in allocate()
550 if (status == C2_OK && c2Linear) { in allocate()
551 BufferPoolAllocation *ptr = new BufferPoolAllocation(c2Linear->handle()); in allocate()
554 ptr, LinearAllocationDtor(c2Linear)); in allocate()