Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp569 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local
574 c2Params.data.usage, &c2Graphic); in allocate()
575 if (status == C2_OK && c2Graphic) { in allocate()
576 BufferPoolAllocation *ptr = new BufferPoolAllocation(c2Graphic->handle()); in allocate()
579 ptr, GraphicAllocationDtor(c2Graphic)); in allocate()