Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp566 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local
571 c2Params.data.usage, &c2Graphic); in allocate()
572 if (status == C2_OK && c2Graphic) { in allocate()
573 BufferPoolAllocation *ptr = new BufferPoolAllocation(c2Graphic->handle()); in allocate()
576 ptr, GraphicAllocationDtor(c2Graphic)); in allocate()